Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update sphinx to fix builds and update RTD config due to deprecations #1436

Merged
merged 8 commits into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ version: 2
formats: all

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"
jobs:
# Work-around to actually constrain dependencies
# https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
post_install:
- python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs,cli] -c constraints.txt

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
# to autodoc jirashell
- cli
4 changes: 2 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via jira (setup.cfg)
docutils==0.18.1
docutils==0.17.1
# via
# jira (setup.cfg)
# sphinx
Expand Down Expand Up @@ -175,7 +175,7 @@ six==1.16.0
# requests-mock
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.2
sphinx==5.1.1
# via
# jira (setup.cfg)
# sphinx-rtd-theme
Expand Down