summaryrefslogtreecommitdiff
path: root/doc_requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* DOC,BLD: Add pandas to doc_requirementsRoss Barnowski2020-07-121-0/+1
| | | | | pandas is used in the absolute beginners tutorial, thus it is necessary to run/pass the refguide check for the documentation.
* DOC,BLD: pin sphinx to <3.0Ross Barnowski2020-05-121-1/+1
| | | | | | Attempting to build with Sphinx 3 raises a lot of warnings, particularly re: the documentation for the C components. Pinning to sphinx 2 until this is resolved.
* BLD: Add requirements.txt file for building docs (#15778)Ross Barnowski2020-03-191-0/+4
* BLD: Added doc_requirements.txt and improve documentation around building docs