Skip to content

Commit

Permalink
conf.py: disable sphinxcontrib.images
Browse files Browse the repository at this point in the history
reasons:
- causes CI crash
- does not compile on latest
see maybe this? sphinx-contrib/images#40

Anyway, here we go! The website should deploy now.
  • Loading branch information
gucio321 committed Oct 7, 2024
1 parent d186040 commit 48d3cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# ones.
extensions = [
"sphinx.ext.githubpages",
"sphinxcontrib.images", # https://github.com/sphinx-contrib/images
#"sphinxcontrib.images", # https://github.com/sphinx-contrib/images
"myst_parser",
#"cloud_sptheme.ext.issue_tracker",
"myst_parser" # ref: https://www.sphinx-doc.org/en/master/usage/markdown.html
Expand Down

0 comments on commit 48d3cfd

Please sign in to comment.