Skip to content

Commit

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

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

# make some variables available to each page
rst_epilog = f"""
Expand Down Expand Up @@ -85,8 +85,8 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

autodoc_mock_imports = [
f"{project}.makers.calibration.core",
f"{project}.makers.extractor.charge_extractor",
# f"{project}.makers.calibration.core",
# f"{project}.makers.extractor.charge_extractor",
f"{project}.dqm.bokeh_app",
"matplotlib",
"iminuit",
Expand Down Expand Up @@ -147,7 +147,7 @@
"github_repo": f"{project}",
"github_version": "main",
"doc_path": "docs",
"READTHEDOCS": True,
# "READTHEDOCS": True,
}
html_file_suffix = ".html"

Expand Down

0 comments on commit 9bbfe2c

Please sign in to comment.