Skip to content

Commit

Permalink
Fix docs (#792)
Browse files Browse the repository at this point in the history
* fix mdinclude version

* also fix version in rtd env
  • Loading branch information
zigaLuksic committed May 13, 2024
1 parent bf90d05 commit efa49d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
- sphinx_rtd_theme==1.3.0
- nbsphinx
- jupyter
- sphinx_mdinclude
- sphinx_mdinclude==0.5.4

- ./../.[FULL]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docs = [
"jupyter",
"nbsphinx",
"sphinx==7.1.2",
"sphinx_mdinclude",
"sphinx_mdinclude==0.5.4", #0.6 didn't work last time
"sphinx_rtd_theme==1.3.0",
]
dev = [
Expand Down

0 comments on commit efa49d4

Please sign in to comment.