PYTHON-2817 Add .readthedocs.yaml config file (#769)
This commit is contained in:
parent
9844d3dc03
commit
3c3a85d1bc
19
.readthedocs.yaml
Normal file
19
.readthedocs.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
# .readthedocs.yaml
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
# Build documentation in the doc/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: doc/conf.py
|
||||
|
||||
# Set the version of Python and requirements required to build the docs.
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
# Install pymongo itself.
|
||||
- method: pip
|
||||
path: .
|
||||
- requirements: doc/docs-requirements.txt
|
||||
3
doc/docs-requirements.txt
Normal file
3
doc/docs-requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Sphinx~=4.2
|
||||
sphinx_rtd_theme~=0.5
|
||||
readthedocs-sphinx-search~=0.1
|
||||
Loading…
Reference in New Issue
Block a user