Skip to content

Commit

Permalink
trying to fix read the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jan 20, 2024
1 parent 56fdb7a commit 278449e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
pip install .
- name: Build documentation
run: |
pip install sphinx_rtd_theme
cd docs
make html
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

import os.path
import sphinx_rtd_theme
#import sphinx_rtd_theme
import sys

# Fetch the version
Expand Down

0 comments on commit 278449e

Please sign in to comment.