Skip to content

Commit

Permalink
configure readthedocs via yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jul 27, 2023
1 parent 730a2c7 commit d39a059
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3" # latest stable CPython
jobs:
post_install:
- python -m pip install .
- python -m pip install sphinxcontrib-issuetracker
2 changes: 1 addition & 1 deletion docs_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __getattr__(cls, name):
'sphinx.ext.viewcode',
'brian2genn.sphinxext.briandoc',
'sphinx.ext.autosummary',
# 'sphinxcontrib.issuetracker'
'sphinxcontrib.issuetracker'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d39a059

Please sign in to comment.