Skip to content

Commit

Permalink
Adding master_dock = 'index' to conf.py for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Engvall committed Nov 18, 2020
1 parent aa889b9 commit 10c264b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@

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

# workaround to avoid error
master_dock = 'index'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand Down Expand Up @@ -73,6 +76,4 @@ def setup(app):
app.add_config_value('recommonmark_config', {
'auto_toc_tree_section': 'Contents',
}, True)
app.add_transform(AutoStructify)

master_dock = 'index'
app.add_transform(AutoStructify)

0 comments on commit 10c264b

Please sign in to comment.