Skip to content

Commit

Permalink
Fix sphinx error which occurs during make html
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Mar 11, 2024
1 parent d747cd8 commit f8e0d69
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duplicates the docs requirements in pyproject.toml, but is necessary for readthedocs (rtd does not allow to poetry install -E docs).
sphinx
sphinx>=5.0.0
sphinx-rtd-theme>=0.5.1
sphinxcontrib_bibtex
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyyaml = ">=6.0"
dynaconf = "^3.1.7"
snakemake = ">=5"
oemoflex = {git = "https://github.com/rl-institut/oemoflex.git", rev = "0.0.3"}
Sphinx = {version = "^4.3.2", optional = true}
Sphinx = {version = ">=5.0", optional = true}
sphinx-rtd-theme = {version = "^1.0.0", optional = true}
sphinxcontrib-bibtex = {version = "^2.4.1", optional = true}
docutils = "^0.17"
Expand Down

0 comments on commit f8e0d69

Please sign in to comment.