Skip to content

Commit

Permalink
Python Requirements Update (#185)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* feat: added html theme options in sphinx conf

---------

Co-authored-by: thezaeemaanwar <[email protected]>
  • Loading branch information
edx-requirements-bot and thezaeemaanwar authored Nov 1, 2023
1 parent 1b68c50 commit 329b6e9
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 22 deletions.
37 changes: 37 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,43 @@
#
html_theme = 'sphinx_book_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"repository_url": "https://github.com/openedx/DoneXBlock",
"repository_branch": "master",
"path_to_docs": "docs/source/",
"home_page_in_toc": True,
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True,
"navigation_with_keys": False,
# Please don't change unless you know what you're doing.
"extra_footer": """
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
<img
alt="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"/>
</a>
<br>
These works by
<a
xmlns:cc="https://creativecommons.org/ns#"
href="https://openedx.org"
property="cc:attributionName"
rel="cc:attributionURL"
>The Axim Collaborative</a>
are licensed under a
<a
rel="license"
href="https://creativecommons.org/licenses/by-sa/4.0/"
>Creative Commons Attribution-ShareAlike 4.0 International License</a>.
"""
}


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -102,13 +102,13 @@ docutils==0.20.1
# via
# -r requirements/test.txt
# readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -251,7 +251,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -264,7 +264,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -381,7 +381,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -62,7 +62,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ django==3.2.22
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# xblock-sdk
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
fs==2.4.16
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
ddt==1.6.0
# via -r requirements/test.in
Expand All @@ -64,7 +64,7 @@ docopt==0.6.2
# via coveralls
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -152,15 +152,15 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox

0 comments on commit 329b6e9

Please sign in to comment.