Skip to content

Commit

Permalink
Update sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 23, 2024
1 parent 2fa9370 commit 0c02acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
version = ''
release = ''

language = None
language = 'en'
exclude_patterns: list = []
todo_include_todos = True

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ lint = [
"typeguard<4.0.0",
]
docs = [
"m2r2", # markdown support in docstrings for sphinx
"myst-parser", # markdown support for dcs in sphinx
"sphinx==3.5.*", # documentation
"sphinx-rtd-theme==0.5.*", # theme for documentation
"m2r2>=0.3.3.post2", # markdown support in docstrings for sphinx
"myst-parser", # markdown support for dcs in sphinx
"sphinx==7.*", # documentation
"sphinx-rtd-theme==2.*", # theme for documentation
]

[project.entry-points."flake8.extension"]
Expand Down

0 comments on commit 0c02acf

Please sign in to comment.