Skip to content

Commit

Permalink
Updated conf.py and requirements for readthedocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Nov 7, 2019
1 parent a7b15cc commit 278bb71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import subprocess
# import sys
# sys.path.insert(0, os.path.abspath('.'))

Expand All @@ -22,6 +21,9 @@
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
from subprocess import call
call('doxygen')

# -- Project information -----------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
breathe

0 comments on commit 278bb71

Please sign in to comment.