Skip to content

Commit

Permalink
Merge pull request #265 from networktocode/fix-docs
Browse files Browse the repository at this point in the history
fixes docs build
  • Loading branch information
Kircheneer authored Feb 5, 2024
2 parents 2e03484 + be20e7b commit 13f5150
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 30 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ sphinx:
configuration: "docs/source/conf.py"
fail_on_warning: false

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
version: "3.7"
install:
- requirements: "docs/requirements.txt"
- method: "pip"
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m2r2==0.2.7
m2r2==0.3.3.post2
mistune==0.8.4
sphinx==4.5.0
sphinx==6.2.1
toml==0.10.2
sphinx-rtd-theme==1.0.0
sphinx-rtd-theme==2.0.0
100 changes: 75 additions & 25 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mypy = "*"
pytest-cov = "*"
pytest-structlog = "*"
coverage = {extras = ["toml"], version = "*"}
Sphinx = "*"
Sphinx = "^6.0.0"
m2r2 = "*"
sphinx-rtd-theme = "*"
toml = "*"
Expand Down

0 comments on commit 13f5150

Please sign in to comment.