Skip to content

Commit

Permalink
Fix doc concurrency and update sphinx_immaterial (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha authored Jun 28, 2023
1 parent 8c543d8 commit abc74a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
- run:
name: hack sphinx_immaterial
command: |
sed -i 's/max_workers=32/max_workers=1/' /mnt/ramdisk/.venv/lib/py*/site-packages/sphinx_immaterial/google_fonts.py
sed -i 's/max_workers=33/max_workers=2/' /mnt/ramdisk/.venv/lib/py*/site-packages/sphinx_immaterial/google_fonts.py
- run:
name: build docs
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -83,7 +83,7 @@ httpx = "^0.24.0"
[tool.poetry.group.docs.dependencies]
sphinx = "^6.1.3"
sphinxcontrib-spelling = "^8.0.0"
sphinx-immaterial = "^0.11.3"
sphinx-immaterial = "^0.11.4"

[tool.poetry.scripts]
irrd = 'irrd.daemon.main:main'
Expand Down

0 comments on commit abc74a1

Please sign in to comment.