Skip to content

Commit

Permalink
Remove docutils work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 14, 2023
1 parent 6c929e3 commit 69700fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
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

0 comments on commit 69700fa

Please sign in to comment.