We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b22b9e commit d2a5a65Copy full SHA for d2a5a65
docs/Doxyfile
@@ -6,7 +6,6 @@ INPUT = ../include/xsimd/types/xsimd_api.hpp \
6
../include/xsimd/config/xsimd_config.hpp \
7
../include/xsimd/memory/xsimd_alignment.hpp \
8
../include/xsimd/memory/xsimd_aligned_allocator.hpp \
9
- \
10
../include/xsimd/types/xsimd_generic_arch.hpp \
11
../include/xsimd/types/xsimd_avx2_register.hpp \
12
../include/xsimd/types/xsimd_avx512bw_register.hpp \
docs/source/conf.py
@@ -4,6 +4,11 @@
4
import os
5
import subprocess
+on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+
+if on_rtd:
+ subprocess.call('cd ..; doxygen', shell=True)
import sphinx_rtd_theme
13
14
html_theme = "sphinx_rtd_theme"
0 commit comments