Skip to content

Commit

Permalink
Fix docs build (quantumlib#3201)
Browse files Browse the repository at this point in the history
Fixes quantumlib#3200.

As we will deprecate Sphinx soon anyway, and I wanted to have this situation resolved asap, I decided to pin to 3.1.* version of sphinx instead of fighting the new warnings from 3.2.0.
  • Loading branch information
balopat authored Aug 10, 2020
1 parent 143ac08 commit 4e9681f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_tools/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rm -rf "${docs_conf_dir}/generated"
rm -rf "${out_dir}"

# Regenerate docs.
sphinx-build -M html "${docs_conf_dir}" "${out_dir}" -W
sphinx-build -M html "${docs_conf_dir}" "${out_dir}" -W --keep-going

# Cleanup newly generated temporary files.
rm -rf "${docs_conf_dir}/generated"
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/conf/pip-list-dev-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ qiskit~=0.13.0
# For generating documentation.
pypandoc
recommonmark >= 0.4.0
Sphinx
Sphinx~=3.1.0
sphinx_rtd_theme
sphinx-markdown-tables

Expand Down

0 comments on commit 4e9681f

Please sign in to comment.