We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd850a commit 2e7e3b4Copy full SHA for 2e7e3b4
.readthedocs.yaml
@@ -0,0 +1,16 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-20.04
5
+ tools:
6
+ python: "3.8"
7
8
9
+sphinx:
10
+ configuration: docs/conf.py
11
12
13
+python:
14
+ install:
15
+ - requirements: docs/requirements.txt
16
+ - requirements: requirements.txt
docs/conf.py
@@ -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"
0 commit comments