Skip to content

Commit

Permalink
Added more module to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Dec 17, 2024
1 parent fc1b352 commit 235d735
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

sys.path.insert(0, str(Path('..', 'ptypy').resolve()))

print(sys.path)
print(sys.executable)

project = 'PtyPy'
copyright = '2024, Pierre Thibault, Bjoern Enders, Benedikt Daurer and others'

Expand All @@ -35,14 +32,13 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

autodoc_mock_imports = ["cupy", "pycuda", "bitshuffle", "fabio"]

rst_epilog = """
.. |ptypy| replace:: PtyPy
.. _ptypy: https://www.github.com/ptycho/ptypy
"""

autosummary_generate = True
autodoc_mock_imports = ["cupy", "pycuda", "reikna", "bitshuffle", "fabio"]

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down

0 comments on commit 235d735

Please sign in to comment.