Skip to content

Commit

Permalink
Merge pull request #61 from AICONSlab/rowanreader-patch-3
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
entiri authored Apr 2, 2024
2 parents 504a7ed + d7241cf commit 2b765b7
Showing 1 changed file with 3 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 @@ -16,6 +16,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import myst_parser

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

Expand All @@ -39,6 +40,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser"
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -157,4 +159,4 @@
(master_doc, 'iCVMapp3r', 'iCVMapp3r Documentation',
author, 'iCVMapp3r', 'One line description of project.',
'Miscellaneous'),
]
]

0 comments on commit 2b765b7

Please sign in to comment.