Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to requirments-docs.txt #1416

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ jobs:
- name: Install pandoc
run: sudo apt-get install pandoc
- name: Install pystac
run: pip install . -r docs/requirements.txt
run: pip install . -r docs/requirements-docs.txt
- name: Check docs
run: make -C docs html SPHINXOPTS="-W --keep-going"
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ formats:

python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements-docs.txt
- method: pip
path: .

Expand Down
File renamed without changes.
32 changes: 16 additions & 16 deletions docs/requirements.txt → docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile docs/requirements.in
# uv pip compile docs/requirements-docs.in
accessible-pygments==0.0.5
# via pydata-sphinx-theme
affine==2.4.0
Expand Down Expand Up @@ -40,9 +40,9 @@ beautifulsoup4==4.12.3
# pydata-sphinx-theme
bleach==6.1.0
# via nbconvert
boto3==1.35.27
# via -r docs/requirements.in
botocore==1.35.27
boto3==1.35.29
# via -r docs/requirements-docs.in
botocore==1.35.29
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -112,7 +112,7 @@ ipykernel==6.29.5
# jupyterlab
ipython==8.27.0
# via
# -r docs/requirements.in
# -r docs/requirements-docs.in
# ipykernel
# ipywidgets
# jupyter-console
Expand All @@ -124,7 +124,7 @@ jedi==0.19.1
# via ipython
jinja2==3.1.4
# via
# -r docs/requirements.in
# -r docs/requirements-docs.in
# jupyter-server
# jupyterlab
# jupyterlab-server
Expand All @@ -147,7 +147,7 @@ jsonschema==4.23.0
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter==1.1.1
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
jupyter-client==8.6.3
# via
# ipykernel
Expand Down Expand Up @@ -215,7 +215,7 @@ nbformat==5.10.4
# nbconvert
# nbsphinx
nbsphinx==0.9.5
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
nest-asyncio==1.6.0
# via ipykernel
notebook==7.2.2
Expand Down Expand Up @@ -264,7 +264,7 @@ pure-eval==0.2.3
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
pygments==2.18.0
# via
# accessible-pygments
Expand All @@ -291,7 +291,7 @@ pyzmq==26.2.0
# jupyter-console
# jupyter-server
rasterio==1.4.0
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
referencing==0.35.1
# via
# jsonschema
Expand Down Expand Up @@ -320,7 +320,7 @@ send2trash==1.8.3
setuptools==75.1.0
# via jupyterlab
shapely==2.0.6
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
six==1.16.0
# via
# asttokens
Expand All @@ -337,21 +337,21 @@ soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
# via
# -r docs/requirements.in
# -r docs/requirements-docs.in
# nbsphinx
# pydata-sphinx-theme
# sphinx-autobuild
# sphinx-design
sphinx-autobuild==2024.9.19
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
sphinx-design==0.6.1
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-fulltoc==1.2.0
# via -r docs/requirements.in
# via -r docs/requirements-docs.in
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
Expand Down Expand Up @@ -405,7 +405,7 @@ urllib3==2.2.3
# via
# botocore
# requests
uvicorn==0.30.6
uvicorn==0.31.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down