mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Switch back to a venv for docs + fix .circle config
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
name: install dependencies
|
||||
command: |
|
||||
pip install sphinx
|
||||
pip install -r docs/doc-requirements.txt
|
||||
pip install -r docs/requirements.txt
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
name: tljh
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.6
|
||||
- traitlets>=4.1
|
||||
- sphinx>=1.4, !=1.5.4
|
||||
- pip:
|
||||
- sphinx_copybutton
|
||||
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
sphinx>=1.4, !=1.5.4
|
||||
sphinx_copybutton
|
||||
Reference in New Issue
Block a user