Skip to content

Commit

Permalink
Simplify docs build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Jan 9, 2024
1 parent 27de275 commit e291de1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ build:
sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements/docs.txt
#python:
# install:
# - requirements: requirements/docs.txt
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinxcontrib.httpdomain']
extensions = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -59,7 +59,7 @@

# General information about the project.
project = u'Add-ons'
copyright = u'2015, Mozilla'
copyright = u'Mozilla'
author = u'Mozilla'

# The version info for the project you're documenting, acts as replacement for
Expand Down
9 changes: 3 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# For buildings docs (also used by RTD)
sphinxcontrib-httpdomain==1.7.0
docutils==0.16
Pygments==2.15.0
Sphinx==3.2.1
sphinx_rtd_theme==0.5.0
# For buildings docs locally
sphinx==7.2.6
readthedocs-sphinx-ext==2.2.5

0 comments on commit e291de1

Please sign in to comment.