Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie committed Jan 8, 2025
1 parent 099b040 commit c63c515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ dependencies:
- sphinx-copybutton
- sphinx-intl
- sphinxcontrib-napoleon
- pygments <2.19 #FIXME: temprorary fix, https://github.com/felix-hilden/sphinx-codeautolink/issues/153
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ docs = [
"sphinx-codeautolink",
"sphinx-copybutton",
"sphinx-intl",
"sphinxcontrib-napoleon"
"sphinxcontrib-napoleon",
"pygments <2.19" # FIXME: temprorary fix, https://github.com/felix-hilden/sphinx-codeautolink/issues/153
]
all = ["figanos[dev]", "figanos[docs]"]

Expand Down

0 comments on commit c63c515

Please sign in to comment.