conf.py: Fix source_directory

This commit is contained in:
KrystalDelusion 2025-01-20 16:30:30 +13:00 committed by GitHub
parent ab4bda8ae2
commit 0c61f1a9a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ html_css_files = ['custom.css']
html_theme_options: dict[str] = {
"source_repository": "https://github.com/YosysHQ/yosys/",
"source_branch": "main",
"source_directory": "docs/",
"source_directory": "docs/source/",
}
# try to fix the readthedocs detection