Skip to content

Commit

Permalink
Do not use Sphinx 3.2.0 for doc builds (#2569)
Browse files Browse the repository at this point in the history
- Due to a bug in Sphinx, version 3.2.0 cannot be used to build our documentation, so we exclude it in the requirements file;
- Added missing file `qcut.rst`.

Closes #2568
  • Loading branch information
st-pasha committed Aug 14, 2020
1 parent 9662105 commit c5aa9db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/api/dt/qcut.rst
@@ -0,0 +1,6 @@
.. py:currentmodule:: datatable
.. xfunction:: datatable.qcut
:src: src/core/expr/head_func_qcut.cc pyfn_qcut
:doc: src/core/expr/head_func_qcut.cc doc_qcut
:tests: tests/ijby/test-qcut.py
2 changes: 1 addition & 1 deletion requirements_docs.txt
@@ -1,6 +1,6 @@
docutils>=0.15
pygments>=2.6
sphinx>=3.0
sphinx>=3.0,!=3.2.0
sphinx_rtd_theme>=0.5
nbsphinx>=0.5
datatable

0 comments on commit c5aa9db

Please sign in to comment.