Skip to content

Commit

Permalink
Fix generating docs for Readthedocs
Browse files Browse the repository at this point in the history
* We need to use Python 3 as we need to install pypuppetdb to get its code
  parsed for autodoc
* Warnings in doc build mean that autodocs failed - this is critical,
  as docs will be incomplete, so break such build
* Fix a warning from doc build
* Update info how to build the docs locally
  • Loading branch information
Greg Dubicki committed Feb 27, 2021
1 parent f5a28af commit 5e9455a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added .readthedocs.yaml
Empty file.
2 changes: 2 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,2 @@
sphinx
sphinx-rtd-theme

0 comments on commit 5e9455a

Please sign in to comment.