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 Packages #614

Merged
merged 1 commit into from
Oct 20, 2023
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
8 changes: 4 additions & 4 deletions .jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ triggers:
type: github_pr
runs:
- name: docs
container: python:3.6-alpine
container: python:3.9-alpine
host-tag: fio-internal-ci
script: make-docs

- name: link-check
container: python:3.6-alpine
container: python:3.9-alpine
host-tag: fio-internal-ci
script: link-check

scripts:
make-docs: |
#!/bin/sh -ex
apk add --update make git graphviz curl ttf-freefont
apk add --update make git graphviz curl ttf-freefont gcc musl-dev python3-dev
pip install -r ./requirements.txt

echo == $(date "+%F %T") Setting up fioctl docs
Expand All @@ -42,6 +42,6 @@ scripts:

link-check: |
#!/bin/sh -ex
apk add --update make git
apk add --update make git graphviz curl ttf-freefont gcc musl-dev python3-dev
pip install -r ./requirements.txt
make BUILDDIR=/archive SPHINXBUILD=sphinx-build linkcheck
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sphinx-rtd-theme==0.5.0
sphinx==3.2.1
sphinx-rtd-theme==1.3.0
sphinx==5.3.0
sphinxcontrib-contentui==0.2.5
sphinx-tabs==1.3.0
sphinxemoji==0.1.6
sphinx_copybutton==0.3.0
sphinx_toolbox==2.12.1
sphinx-prompt==1.4.0
myst-parser
sphinx-tabs==3.4.1
sphinxemoji==0.2.0
sphinx_copybutton==0.5.2
sphinx_toolbox==3.5.0
sphinx-prompt==1.5.0
sphinx-reredirects
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
'sphinx_copybutton',
'sphinx_toolbox.confval',
'sphinx-prompt',
'myst_parser',
'sphinx_reredirects',
'sphinx.ext.graphviz',
]
Expand Down