Skip to content

Commit

Permalink
Merge pull request #13741 from jeabakker/docs-build
Browse files Browse the repository at this point in the history
chore(docs): lock docutils so RTD builds succeed
  • Loading branch information
jeabakker committed Oct 28, 2021
2 parents 088b2f6 + 11f7da4 commit c6b1c5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
docs-folder: 'docs/'
build-command: 'sphinx-build -b latex -nW . _build/latex'

- name: Build custom (Spanish) language documentation
- name: Build custom (French) language documentation
uses: ammaraskar/sphinx-action@master
with:
docs-folder: 'docs/'
build-command: 'sphinx-build -b html -D language=es -n . _build/html_es'
build-command: 'sphinx-build -b html -D language=fr -n . _build/html_fr'
3 changes: 2 additions & 1 deletion docs/pip-requirements.txt
@@ -1 +1,2 @@
sphinxcontrib.phpdomain
docutils<0.18
sphinxcontrib.phpdomain
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,2 +1,3 @@
docutils<0.18
sphinxcontrib.phpdomain
sphinx-intl

0 comments on commit c6b1c5b

Please sign in to comment.