summaryrefslogtreecommitdiff
path: root/doc-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: add themed RTD 404 page and pointer to readthedocs-hosted (#1993)Chad Smith2023-02-071-0/+1
|
* docs: add copy button to code blocks (#1890)s-makin2022-12-121-1/+2
| | | | | Use the sphinx-copybutton extension. Separate commands from output for ease of use.
* Docs: adding relative linkss-makin2022-11-221-1/+1
| | | | | | - index.rst: changed contributing link to :ref: - found CONTRIBUTING.rst had rtd.io links still in it - added labels to several topic pages to fix that issue - changed all of those to :ref: links
* docs: switch sphinx theme to furo (SC-1327) (#1821)Alberto Contreras2022-11-141-9/+4
|
* doc: pin doc8 to last passing versionBrett Holman2022-07-271-1/+2
| | | Pinned to 0.11.2 because doc8 1.0.0 depends on docutils >= 0.18.1
* Various doc fixes (#1330)Brett Holman2022-03-291-5/+5
| | | | | | | | | | - fix rst to actually render the security page - remove headers of missing examples - m2r seems abandoned, switch to m2r2 - hide deprecated content in a drop-down panel - bump sphinx to 4.3 - ping sphinx_rtd_theme (workaround for bullet list rendering issue) - use inline literal rather than italics for code - fix a broken link
* docs: add jinja2 pin (#1352)James Falcon2022-03-241-0/+1
|
* docs: pin mistune dependency (#1134)James Falcon2021-12-061-0/+1
|
* Add max version to docutilsJames Falcon2021-10-261-0/+3
| | | Also update travis to use python version for docs that readthedocs uses
* Introduce an RTD config file, and pin the Sphinx version to the RTD default ↵Daniel Watkins2020-01-221-1/+1
| | | | | | | | (#180) doc-requirements.txt: pin Sphinx at version used by RTD Introduce a configuration file containing our existing web-based configuration.
* Update doc-requirements.txtJoshua Powers2019-12-111-1/+1
|
* doc-requirements: add missing depJoshua Powers2019-12-111-1/+2
| | | | yaml was missing as we were no longer pointing at the main requirements.txt file
* docs: Add security.md to readthedocsJoshua Powers2019-12-061-0/+4
* docs: Add security.md to readthedocs This enables the ability to show the security policy on both GitHub and on the readthedocs site. To do this, enable the ability to import Markdown based files and translate them to rst. * Add doc-requirements.txt and update tox to use Also removes the extra, uncessary extension addition of .md