Skip to content

Commit

Permalink
Fixed doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 17, 2023
1 parent be44d0f commit fc128ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ channels:

dependencies:
- breathe
- sphinx_rtd_theme
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

def setup(app):
app.add_stylesheet("main_stylesheet.css")
app.add_css_file("main_stylesheet.css")

extensions = ['breathe']
extensions = ['breathe', 'sphinx_rtd_theme']
breathe_projects = { 'xeus-sqlite': '../xml' }
templates_path = ['_templates']
source_suffix = '.rst'
Expand Down

0 comments on commit fc128ab

Please sign in to comment.