Skip to content

Commit fa0cf90

Browse files
authored
doc: Sphinx update (fixes #1613) (#1620)
* Update conf.py commented html_static_path. It seems not used and raises a warning * Update requirements.txt update to sphinx 4.4.0
1 parent 850cea7 commit fa0cf90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
# Add any paths that contain custom static files (such as style sheets) here,
6969
# relative to this directory. They are copied after the builtin static files,
7070
# so a file named "default.css" will overwrite the builtin "default.css".
71-
html_static_path = ["_static"]
71+
# html_static_path = ["_static"]

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==3.2.1
1+
Sphinx==4.4.0
22
sphinx_markdown_tables
33
myst_parser

0 commit comments

Comments
 (0)