Skip to content

Commit

Permalink
try to fix the readthedocs detection
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Jan 20, 2025
1 parent 81f5871 commit 8a706fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"source_directory": "docs/",
}

# try to fix the readthedocs detection
html_context: dict[str] = {
"display_github": True
}

# These folders are copied to the documentation's HTML output
html_static_path = ['_static', "_images"]

Expand Down

0 comments on commit 8a706fc

Please # to comment.