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 12d58ac commit bdf5cf6Copy full SHA for bdf5cf6
docs/.readthedocs.yaml renamed to .readthedocs.yaml
@@ -4,10 +4,13 @@ build:
4
os: "ubuntu-20.04"
5
tools:
6
python: "3.9"
7
-
8
-sphinx:
9
- configuration: docs/conf.py
+ jobs:
+ pre_build:
+ - doxygen docs/Doxyfile
10
11
python:
12
install:
13
- requirements: docs/requirements.txt
14
+
15
+sphinx:
16
+ configuration: docs/conf.py
docs/conf.py
@@ -8,12 +8,8 @@
extensions = ['breathe']
breathe_projects = {'doxygen': 'xml'}
breathe_default_project = 'doxygen'
-breathe_default_members = ('members')
+breathe_default_members = ('members',)
master_doc = 'index'
highlight_language = 'none'
-html_theme = 'sphinx_rtd_theme'
17
18
19
-call('doxygen', shell=True)
0 commit comments