Skip to content

Commit

Permalink
make documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hexajonal committed Dec 6, 2024
1 parent a981fac commit d5c9cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#sys.path.insert(0, str(Path('..', 'pystarshade').resolve()))

extensions = [ 'sphinx.ext.autodoc', # To generate autodocs
'sphinx.ext.mathjax', # autodoc with maths
'sphinx.ext.imgmath',
# 'sphinx.ext.mathjax', # autodoc with maths
'sphinx.ext.napoleon' # For auto-doc configuration
]

Expand Down

0 comments on commit d5c9cd1

Please sign in to comment.