1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-19 00:36:18 +02:00

Configure Read the Docs

This commit is contained in:
Daniel Mach 2022-10-13 09:50:46 +02:00
parent 298a1fba4b
commit 568e96123d
3 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
.gitattributes export-ignore
.github export-ignore
.readthedocs.yaml export-ignore
behave export-ignore
contrib/build_rpm.py export-ignore
contrib/osc.spec export-ignore

17
.readthedocs.yaml Normal file
View File

@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: doc/conf.py
python:
install:
- requirements: doc/requirements.txt

2
doc/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
cryptography
urllib3