Skip to content

Commit

Permalink
[DOCS] Added the sphinxjsondomain extension to documentation
Browse files Browse the repository at this point in the history
This commit adds the `sphinxjsondomain` extension to Sphinx. It will be used to describe the options in the Aluminum preferences files.
  • Loading branch information
ZelnickB committed Aug 24, 2020
1 parent ef5c0df commit fd63b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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 = [
]
extensions = ['sphinxjsondomain']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
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-jsondomain

0 comments on commit fd63b50

Please sign in to comment.