Skip to content

Commit

Permalink
Adding pydata_sphinx_theme to environment.yml file for docs build (#262)
Browse files Browse the repository at this point in the history
* adding pydata_sphinx_theme to environment.yml file for docs build

* correct theme name and update security page title
  • Loading branch information
RRosio committed Aug 22, 2023
1 parent 70e6b3f commit f9e5b2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.8
- sphinx_rtd_theme
- pydata-sphinx-theme
- jinja2
- tornado
- nbformat
Expand Down
1 change: 0 additions & 1 deletion docs/source/security.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
========================================
Security in the Jupyter NbClassic server
========================================

Expand Down

0 comments on commit f9e5b2b

Please sign in to comment.