Skip to content

Commit

Permalink
DOC: use docutils from SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 13, 2023
1 parent 93446b1 commit 59c0498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
command: |
apt-get -y update
apt-get install -y --no-install-recommends python3-pip librsvg2-bin binutils
# 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
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ sphinx-gallery<0.11 # https://github.com/spatialaudio/nbsphinx/issues/655
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 59c0498

Please sign in to comment.