Skip to content

Commit

Permalink
Fix double colons in docs (cf sphinx-doc/sphinx#10594).
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Jul 6, 2022
1 parent b61ddf7 commit 2d6e54a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches: ["main"]
tags: "*"
tags: ["*"]
pull_request:
branches: ["main"]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -34,14 +34,14 @@ coverage[toml]==6.4.1
# via
# -r test_requirements.txt
# pytest-cov
docutils==0.18.1
docutils==0.17.1
# via
# -r test_requirements.txt
# sphinx
doit==0.36.0
# via
# -r test_requirements.txt
# doit-utilities
# doit-interface
flake8==4.0.1
# via -r test_requirements.txt
idna==3.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -23,6 +23,7 @@
],
"docs": [
"sphinx",
"docutils<0.18",
]
}
)
16 changes: 9 additions & 7 deletions test_requirements.txt
Expand Up @@ -20,12 +20,14 @@ cloudpickle==2.1.0
# via doit
coverage[toml]==6.4.1
# via pytest-cov
docutils==0.18.1
# via sphinx
docutils==0.17.1
# via
# doit-interface
# sphinx
doit==0.36.0
# via doit-utilities
# via doit-interface
flake8==4.0.1
# via doit-utilities
# via doit-interface
idna==3.3
# via requests
imagesize==1.3.0
Expand Down Expand Up @@ -58,18 +60,18 @@ pyparsing==3.0.9
# via packaging
pytest==7.1.2
# via
# doit-utilities
# doit-interface
# pytest-cov
pytest-cov==3.0.0
# via doit-utilities
# via doit-interface
pytz==2022.1
# via babel
requests==2.28.1
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.2
# via doit-utilities
# via doit-interface
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand Down

0 comments on commit 2d6e54a

Please sign in to comment.