Skip to content

Commit

Permalink
Update libraries used for building documentation and .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Sep 22, 2023
1 parent e686187 commit 4d4b9da
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.11'
- name: Install dependencies
run: |
pip install .
Expand Down
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
"sphinx.ext.extlinks"
'sphinx.ext.extlinks'
]

extlinks = {
Expand Down Expand Up @@ -95,7 +95,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# File: docs/requirements.txt

sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1
jinja2==3.0.0
sphinx>=7.0.0
sphinx_rtd_theme>=1.0.0
readthedocs-sphinx-search
jinja2>=3.0.0
mock
pandas
2 changes: 2 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Performance

Internal Changes
~~~~~~~~~~~~~~~~
- Update libraries used for building documentation and `.readthedocs.yml` . (`@enekomartinmartinez <https://github.com/enekomartinmartinez>`_)


v3.11.0 (2023/08/01)
--------------------
Expand Down

0 comments on commit 4d4b9da

Please sign in to comment.