Skip to content

Commit

Permalink
Revert PR#123 changes in favor of pydata-sphinx-theme v0.7.0 (#160)
Browse files Browse the repository at this point in the history
* Reverting PR#123 changes

* Add and pin pydata-sphinx-theme>0.6.3 as a dependency

* Forcing pydata-sphinx-theme>=0.7.1 for g-analytics
  • Loading branch information
erogluorhan authored Nov 15, 2021
1 parent 468110c commit 663db98
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 41 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ repos:
rev: v2.4.1
hooks:
- id: prettier
exclude: '_templates/layout.html'

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.1
Expand Down
6 changes: 1 addition & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,10 @@ launch_buttons:
binderhub_url: https://mybinder.org
notebook_interface: jupyterlab

sphinx:
config:
templates_path: _templates

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
# google_analytics_id: 'G-G57FLM9M46'
google_analytics_id: 'G-G57FLM9M46'
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
Expand Down
13 changes: 0 additions & 13 deletions _templates/layout.html

This file was deleted.

6 changes: 0 additions & 6 deletions _templates/sbt-sidebar-footer.html

This file was deleted.

7 changes: 0 additions & 7 deletions _templates/sbt-sidebar-nav.html

This file was deleted.

9 changes: 0 additions & 9 deletions _templates/sidebar-logo.html

This file was deleted.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- matplotlib
- numpy
- pre-commit
- pydata-sphinx-theme>=0.7.1
- sqlalchemy<1.4
- cartopy
- xarray
Expand Down

0 comments on commit 663db98

Please sign in to comment.