mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Add a setup for readthedocs.
This commit is contained in:
parent
9011fcde13
commit
6d61c8c770
11
.readthedocs.yaml
Normal file
11
.readthedocs.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
# Build from the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
# Explicitly set the version of Python and its requirements
|
||||||
|
python:
|
||||||
|
version: 3.7
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
4
docs/requirements.txt
Normal file
4
docs/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Sphinx==4.2.0
|
||||||
|
sphinx_rtd_theme==1.0.0
|
||||||
|
docutils==0.16
|
||||||
|
readthedocs-sphinx-search==0.1.0
|
Loading…
Reference in New Issue
Block a user