Skip to content

Commit

Permalink
configure readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Oct 28, 2021
1 parent 4fd850a commit 2e7e3b4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.8"


sphinx:
configuration: docs/conf.py


python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import sys

sys.path.insert(0, os.path.abspath("../"))
from scrapetube import __version__ as release
from scrapetube import __version__


version = __version__
project = "Scrapetube"
copyright = "2021, Cheskel Twersky"
author = "Cheskel Twersky"
Expand Down

0 comments on commit 2e7e3b4

Please sign in to comment.