mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Up docs dependencies and move requirements to docs folder
This commit is contained in:
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
@@ -11,7 +11,6 @@ on:
|
|||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- ".readthedocs.yaml"
|
- ".readthedocs.yaml"
|
||||||
- "requirements-docs.txt"
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -21,7 +20,6 @@ on:
|
|||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- ".readthedocs.yaml"
|
- ".readthedocs.yaml"
|
||||||
- "requirements-docs.txt"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -44,7 +42,7 @@ jobs:
|
|||||||
- name: Install Doc Dependencies 📦
|
- name: Install Doc Dependencies 📦
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade -r requirements-docs.txt
|
pip install --upgrade -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Build Documentation 📖
|
- name: Build Documentation 📖
|
||||||
run: make docs
|
run: make docs
|
||||||
|
@@ -27,4 +27,4 @@ sphinx:
|
|||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: requirements-docs.txt
|
- requirements: docs/requirements.txt
|
||||||
|
@@ -63,7 +63,7 @@ html_theme = "alabaster"
|
|||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ["_static"]
|
html_static_path = ["_static"]
|
||||||
|
|
||||||
# File above was generated using sphinx 4.3.2 with this command:
|
# File above was generated using sphinx 4.5.0 with this command:
|
||||||
# sphinx-quickstart --project "docker-stacks" --author "Project Jupyter" -v "latest" -r "latest" -l en --no-sep --no-makefile --no-batchfile
|
# sphinx-quickstart --project "docker-stacks" --author "Project Jupyter" -v "latest" -r "latest" -l en --no-sep --no-makefile --no-batchfile
|
||||||
# These are custom options for this project
|
# These are custom options for this project
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# ReadTheDocs environment contains old package versions preinstalled
|
# ReadTheDocs environment contains old package versions preinstalled
|
||||||
# So, to ensure we have modern packages, we pin minimum versions of the packages we need
|
# So, to ensure we have modern packages, we pin minimum versions of the packages we need
|
||||||
docutils>=0.17
|
docutils>=0.17.1
|
||||||
myst-parser>=0.16.1
|
myst-parser>=0.18.0
|
||||||
sphinx>=4.4.0
|
sphinx>=4.5.0
|
||||||
sphinx-book-theme>=0.3.2
|
sphinx-book-theme>=0.3.3
|
||||||
sphinx-copybutton>=0.5.0
|
sphinx-copybutton>=0.5.0
|
Reference in New Issue
Block a user