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

build: remove sphinx-book-theme constraint to use latest release #306

Merged
merged 2 commits into from
Jan 24, 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
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"repository_url": "https://github.com/openedx/openedx-events",
"repository_branch": "main",
"path_to_docs": "docs/",
"logo_only": True,
"home_page_in_toc": True,
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True,
Expand All @@ -83,7 +81,7 @@
href="https://openedx.org"
property="cc:attributionName"
rel="cc:attributionURL"
>Axim Collaborative, Inc</a>
>Axim Collaborative</a>
are licensed under a
<a
rel="license"
Expand Down
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
# linking to it here is good.
-c common_constraints.txt

# Latest previous version has issues with doc8 because of conflicting docutils constraints
sphinx-book-theme==0.4.0rc1

# Temporary solution since this version raises RecursionError for test_generate_avro_schemas.py
# This should be removed once the issue is fixed with a new astroid release or with a test_generate_avro_schemas.py
# module refactor.
Expand Down
19 changes: 11 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# make upgrade
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
Expand All @@ -13,7 +15,9 @@ asgiref==3.7.2
attrs==23.2.0
# via -r requirements/test.txt
babel==2.14.0
# via sphinx
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.0.3
Expand Down Expand Up @@ -126,10 +130,11 @@ pluggy==1.4.0
# pytest
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.12.0
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
# accessible-pygments
# doc8
# pydata-sphinx-theme
# readme-renderer
Expand Down Expand Up @@ -163,7 +168,6 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
# sphinx-book-theme
readme-renderer==42.0
# via twine
requests==2.31.0
Expand All @@ -187,7 +191,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand All @@ -197,10 +201,8 @@ sphinx==5.3.0
# sphinxcontrib-contentui
sphinx-autobuild==2021.3.14
# via -r requirements/doc.in
sphinx-book-theme==0.4.0rc1
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
sphinx-book-theme==1.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they went all the way to stable v1 and then at least one patch. Great!

# via -r requirements/doc.in
sphinx-copybutton==0.5.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
Expand Down Expand Up @@ -250,6 +252,7 @@ typing-extensions==4.9.0
# -r requirements/test.txt
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.1.0
# via
Expand Down
Loading