Compare commits

...

2 Commits
main ... 5.1.x

Author SHA1 Message Date
Scott Shawcroft
f8f5bf9232
Merge pull request #2752 from jepler/spinx2-cpy51
Don't upgrade to Sphinx 3
2020-04-08 10:04:56 -07:00
Scott Shawcroft
e54892c053 Don't upgrade to Sphinx 3
The doc build doesn't complete and is likely broken for the inline
RST. We can move to 3 when we move the inline docs to Python stubs.
2020-04-08 07:45:09 -05:00

View File

@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get install -y eatmydata
sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64
pip install requests sh click setuptools cpp-coveralls Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
pip install requests sh click setuptools cpp-coveralls "Sphinx<3" sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
- name: Versions
run: |
gcc --version