Skip to content

Commit d529bdb

Browse files
Update configuration file as required by readthedocs(#12)
1 parent aba3401 commit d529bdb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/source/conf.py
5+
builder: html
6+
7+
conda:
8+
environment: docs/environment.yml

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- breathe
7+
- breathe

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def setup(app):
3232
highlight_language = 'c++'
3333
pygments_style = 'sphinx'
3434
todo_include_todos = False
35-
htmlhelp_basename = ''
35+
htmlhelp_basename = ''

readthedocs.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)