mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
conf.py: Fix source_directory
This commit is contained in:
parent
ab4bda8ae2
commit
0c61f1a9a8
|
@ -14,7 +14,7 @@ html_css_files = ['custom.css']
|
||||||
html_theme_options: dict[str] = {
|
html_theme_options: dict[str] = {
|
||||||
"source_repository": "https://github.com/YosysHQ/yosys/",
|
"source_repository": "https://github.com/YosysHQ/yosys/",
|
||||||
"source_branch": "main",
|
"source_branch": "main",
|
||||||
"source_directory": "docs/",
|
"source_directory": "docs/source/",
|
||||||
}
|
}
|
||||||
|
|
||||||
# try to fix the readthedocs detection
|
# try to fix the readthedocs detection
|
||||||
|
|
Loading…
Reference in a new issue