Skip to content

Commit

Permalink
add master_doc to conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awohns committed Feb 24, 2020
1 parent d9481d9 commit 4660150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import sys
sys.path.insert(0, os.path.abspath('..'))

# The master document
master_doc = 'index'

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

Expand Down

0 comments on commit 4660150

Please sign in to comment.