Skip to content

Commit

Permalink
Trying generation of API dox on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jan 25, 2017
1 parent 89c173f commit e38321b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@

import sys
import os
import subprocess

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))

# Create API documentation
subprocess.call('cd ..; doxygen .doxygen')

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down Expand Up @@ -135,6 +139,7 @@
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
#html_extra_path = []
html_extra = ['../html']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down

0 comments on commit e38321b

Please sign in to comment.