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

Remove docutils work-around #742

Merged
merged 1 commit into from
May 14, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
command: |
apt-get -y update
apt-get install -y --no-install-recommends python3-venv librsvg2-bin binutils pandoc
# temporary, until docutils > 0.19.0 is released (see doc/requirements.txt):
apt-get install -y --no-install-recommends subversion

- restore_cache:
keys:
Expand Down
3 changes: 1 addition & 2 deletions doc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ The list of references may look something like this:
With ``docutils`` versions 0.18 and 0.19,
the HTML output after the bibliography is broken,
see https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309.
This problem will be fixed in the next ``docutils`` version
(either 0.19.1 or 0.20).
This problem has been fixed in ``docutils`` version 0.20.
2 changes: 0 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ ipywidgets
jupytext
sphinx-last-updated-by-git
sphinx-codeautolink
# docutils is an automatic dependency of Sphinx. This is only necessary until docutils > 0.19.0 is released:
-e svn+https://svn.code.sf.net/p/docutils/code/trunk/docutils@9126#egg=docutils