10000 DOC/BLD: unpin sphinx to use sphinx 1.7 by jorisvandenbossche · Pull Request #19687 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC/BLD: unpin sphinx to use sphinx 1.7 #19687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undo getting sphinx from conda-forge
  • Loading branch information
jorisvandenbossche committed Feb 25, 2018
commit 482e31d65db3de5028d32e5e1c70eef822adb1f8
1 change: 1 addition & 0 deletions ci/requirements-3.6_DOC.run
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ipython
ipykernel
ipywidgets
sphinx
nbconvert
nbformat
notebook
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-3.6_DOC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ echo "[install DOC_BUILD deps]"

pip install pandas-gbq

conda install -n pandas -c conda-forge sphinx feather-format pyarrow nbsphinx pandoc fastparquet
conda install -n pandas -c conda-forge feather-format pyarrow nbsphinx pandoc fastparquet

conda install -n pandas -c r r rpy2 --yes
0