Skip to content

Commit

Permalink
Use the latest Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Mar 26, 2022
1 parent d2748c7 commit f538701
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
sudo apt install libpq-dev
python -m pip install --upgrade pip
pip install .
pip install "sphinx>=2.4,<3"
pip install "sphinx>=4.4,<5"
pip install "cloud_sptheme>=1.10,<2"
- name: Create docs with Sphinx
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=3.2,<4
sphinx>=4.4,<5
cloud_sptheme>=1.10,<2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands =
[testenv:docs]
basepython = python3.9
deps =
sphinx>=3.5,<4
sphinx>=4.4,<5
cloud_sptheme>=1.10,<2
commands =
sphinx-build -b html -nEW docs docs/_build/html
Expand Down

0 comments on commit f538701

Please sign in to comment.