summaryrefslogtreecommitdiff
path: root/doc_requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Bump pydata-sphinx-theme from 0.4.1 to 0.4.2dependabot/pip/pydata-sphinx-theme-0.4.2dependabot-preview[bot]2021-01-251-1/+1
| | | | | | | | Bumps [pydata-sphinx-theme](https://github.com/pandas-dev/pydata-sphinx-theme) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/pandas-dev/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/pandas-dev/pydata-sphinx-theme/compare/v0.4.1...v0.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* MAINT: Bump sphinx from 3.4.1 to 3.4.3dependabot-preview[bot]2021-01-111-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.4.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* MAINT: Bump sphinx from 3.3.1 to 3.4.1dependabot/pip/sphinx-3.4.1dependabot-preview[bot]2020-12-281-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* BLD,DOC: pin sphinx to 3.3.1mattip2020-12-211-1/+1
|
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-061-1/+1
|
* MAINT: Bump pydata-sphinx-theme from 0.4.0 to 0.4.1dependabot/pip/pydata-sphinx-theme-0.4.1dependabot-preview[bot]2020-10-121-1/+1
| | | | | | | | Bumps [pydata-sphinx-theme](https://github.com/pandas-dev/pydata-sphinx-theme) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/pandas-dev/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/pandas-dev/pydata-sphinx-theme/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* DOC, BLD: update doc build dependencies, remove as numpydoc submodulemattip2020-09-161-1/+1
|
* BUILD: pin pygments to 2.6.1mattip2020-09-141-0/+1
|
* MAINT: Bump pydata-sphinx-theme from 0.3.2 to 0.4.0dependabot/pip/pydata-sphinx-theme-0.4.0dependabot-preview[bot]2020-09-071-1/+1
| | | | | | | Bumps [pydata-sphinx-theme](https://github.com/pandas-dev/pydata-sphinx-theme) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/pandas-dev/pydata-sphinx-theme/releases) - [Commits](https://github.com/pandas-dev/pydata-sphinx-theme/compare/v0.3.2...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* DOC: update theme to 0.3.2mattip2020-08-291-1/+1
|
* DOC: fixes from reviewmattip2020-08-141-1/+1
|
* DOC: first step toward switching themesmattip2020-08-141-0/+1
|
* 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