Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Oct 13, 2024
1 parent 52868f4 commit 27ee7d4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: '3.13'
python: '3.12'

python:
install:
Expand Down
24 changes: 14 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ optional = true
[tool.poetry.group.docs.dependencies]
sphinx = "^7.4"
sphinx-autodoc-typehints = "^2.3.0"
m2r2 = "^0.3"
#m2r2 = "^0.3"
# https://github.com/CrossNox/m2r2/issues/68
# https://github.com/CrossNox/m2r2/pull/69
m2r2 = { git = "https://github.com/adrien-berchet/m2r2.git", branch = "patch-1" }
tomli = "^2.0"
recommonmark = "^0.7"
typing-extensions = "^4.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cryptography==43.0.1 ; python_version >= "3.9" and python_version < "4.0"
darglint==1.8.1 ; python_version >= "3.9" and python_version < "4.0"
dictdiffer==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
doc8==1.1.2 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.21.2 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.20.1 ; python_version >= "3.9" and python_version < "4.0"
dparse==0.6.4b0 ; python_version >= "3.9" and python_version < "4.0"
dpath==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
eradicate==2.3.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ certifi==2024.8.30 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.4.0 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
commonmark==0.9.1 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.21.2 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.20.1 ; python_version >= "3.9" and python_version < "4.0"
idna==3.10 ; python_version >= "3.9" and python_version < "4.0"
imagesize==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==8.5.0 ; python_version >= "3.9" and python_version < "3.10"
jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0"
m2r2==0.3.3.post2 ; python_version >= "3.9" and python_version < "4.0"
m2r2 @ git+https://github.com/adrien-berchet/m2r2.git@d8e4f6e567dfe2452070c031a6e1d47046ac8ddf ; python_version >= "3.9" and python_version < "4.0"
markupsafe==3.0.1 ; python_version >= "3.9" and python_version < "4.0"
mistune==0.8.4 ; python_version >= "3.9" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 27ee7d4

Please sign in to comment.