Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Oct 24, 2023
1 parent 4df3760 commit 13f8a1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build:

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

Expand Down
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sphinx_rtd_theme

VERSION = open("../setup.py").read().split('version="')[1].split('"')[0]

project = "aiostream"
Expand All @@ -12,7 +10,6 @@
extensions = ["sphinx.ext.autodoc"]

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_context = {
"display_github": True,
"github_user": "vxgmichel",
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme

0 comments on commit 13f8a1b

Please sign in to comment.