Skip to content

Commit

Permalink
Cleanup Sphinx config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Feb 7, 2025
1 parent 9bbfe2c commit 4b5a4ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
)
python_requires = pyproject["project"]["requires-python"]

# sys.path.insert(0, os.path.abspath(f"../src/{project}"))

# make some variables available to each page
rst_epilog = f"""
.. |python_requires| replace:: {python_requires}
Expand Down Expand Up @@ -85,11 +83,10 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

autodoc_mock_imports = [
# f"{project}.makers.calibration.core",
# f"{project}.makers.extractor.charge_extractor",
f"{project}.makers.extractor.charge_extractor",
f"{project}.dqm.bokeh_app",
"matplotlib",
"iminuit",
"matplotlib",
]

# intersphinx allows referencing other packages sphinx docs
Expand Down Expand Up @@ -147,7 +144,6 @@
"github_repo": f"{project}",
"github_version": "main",
"doc_path": "docs",
# "READTHEDOCS": True,
}
html_file_suffix = ".html"

Expand Down

0 comments on commit 4b5a4ea

Please sign in to comment.