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 4247796Copy full SHA for 4247796
docs/.readthedocs.yaml renamed to .readthedocs.yaml
@@ -4,10 +4,14 @@ build:
4
os: "ubuntu-20.04"
5
tools:
6
python: "3.9"
7
+ jobs:
8
+ pre_build:
9
+ - doxygen docs/Doxyfile
10
-sphinx:
- configuration: docs/conf.py
11
12
python:
13
install:
14
- requirements: docs/requirements.txt
15
+
16
+sphinx:
17
+ 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'
-
18
19
-call('doxygen', shell=True)
0 commit comments