Skip to content

Commit b92149e

Browse files
Update Sphinx version
Update Sphinx version used for docs from 6 to 8.2.3 to fix the search issues. Also forked the sphinxcontrib-domaintools dependency to fix a RuntimeError with python versions higher than 3.7
1 parent 5c054d2 commit b92149e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# used by Read The Docs to install python required
33
# modules with pip.
44

5-
sphinx<7
5+
# Pinned sphinx's version to avoid breakage in future
6+
sphinx == 8.2.3
67
sphinx_rtd_theme
78

89
# Support custom domains
9-
sphinxcontrib-domaintools
10+
git+https://github.com/AmirhosseinPoolad/sphinxcontrib-domaintools
1011

1112
# Support Markdown
1213
sphinx-markdown-tables

doc/src/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
master_doc = "index"
6868

6969
project = "Verilog-to-Routing"
70-
copyright = "2012-2022, VTR Developers"
70+
copyright = "2012-2025, VTR Developers"
7171
author = "VTR Developers"
7272

7373
version = get_vtr_version()
7474
release = get_vtr_release()
7575

76-
language = None
76+
language = "en"
7777

7878
exclude_patterns = ["_build"]
7979

@@ -87,8 +87,6 @@
8787

8888
html_theme = "sphinx_rtd_theme"
8989

90-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
91-
9290
html_logo = "_static/vtr_logo.svg"
9391

9492
html_favicon = "_static/favicon.ico"

0 commit comments

Comments
 (0)