Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Feb 3, 2024
1 parent 367d567 commit 8b6170c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import sys
import os

sys.path.insert(0, os.path.abspath("../source"))

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand All @@ -14,7 +12,7 @@
author = 'Multiple Authors'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
master_doc = 'source/index'

# Add any Sphinx extension module names here, as strings.
extensions = [
Expand Down

0 comments on commit 8b6170c

Please sign in to comment.