Skip to content

Commit f9e5b2b

Browse files
authored
Adding pydata_sphinx_theme to environment.yml file for docs build (#262)
* adding pydata_sphinx_theme to environment.yml file for docs build * correct theme name and update security page title
1 parent 70e6b3f commit f9e5b2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.8
6-
- sphinx_rtd_theme
6+
- pydata-sphinx-theme
77
- jinja2
88
- tornado
99
- nbformat

docs/source/security.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
========================================
21
Security in the Jupyter NbClassic server
32
========================================
43

0 commit comments

Comments
 (0)