Skip to content

Commit

Permalink
Fixed documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jun 13, 2023
1 parent 5531859 commit cca45f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
18 changes: 10 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: 2
formats: [htmlzip, pdf]

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

sphinx:
configuration: docs/conf.py

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- doc
- django
- jinja2
- mako
- tornado
extra_requirements: [doc]
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx_autodoc_typehints",
"sphinxcontrib.asyncio",
]

templates_path = ["_templates"]
Expand All @@ -29,7 +28,6 @@
todo_include_todos = False

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
htmlhelp_basename = project.replace("-", "") + "doc"

intersphinx_mapping = {
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ doc = [
"Sphinx >= 1.5",
"sphinx_rtd_theme",
"sphinx-autodoc-typehints >= 1.0.5",
"sphinxcontrib-asyncio >= 0.2.0",
]

[project.entry-points."asphalt.components"]
Expand Down

0 comments on commit cca45f2

Please sign in to comment.