Skip to content

Commit d8a9b39

Browse files
authored
Merge pull request #134 from life4/upd-sphinx
Update sphinx
2 parents 2fa9370 + 0c02acf commit d8a9b39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
version = ''
3535
release = ''
3636

37-
language = None
37+
language = 'en'
3838
exclude_patterns: list = []
3939
todo_include_todos = True
4040

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ lint = [
7979
"typeguard<4.0.0",
8080
]
8181
docs = [
82-
"m2r2", # markdown support in docstrings for sphinx
83-
"myst-parser", # markdown support for dcs in sphinx
84-
"sphinx==3.5.*", # documentation
85-
"sphinx-rtd-theme==0.5.*", # theme for documentation
82+
"m2r2>=0.3.3.post2", # markdown support in docstrings for sphinx
83+
"myst-parser", # markdown support for dcs in sphinx
84+
"sphinx==7.*", # documentation
85+
"sphinx-rtd-theme==2.*", # theme for documentation
8686
]
8787

8888
[project.entry-points."flake8.extension"]

0 commit comments

Comments
 (0)