Skip to content

Commit

Permalink
adds markdown to sphynx
Browse files Browse the repository at this point in the history
  • Loading branch information
JSybrandt committed Apr 29, 2020
1 parent d677904 commit 690415b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# 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.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../agatha'))


# -- Project information -----------------------------------------------------
Expand All @@ -32,6 +32,7 @@
# ones.
extensions = [
"recommonmark", # Allow markdown
"sphinx.ext.autodoc", # Make documentation from
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 690415b

Please sign in to comment.