From 329b6e9dadebaa5423c2791ca12753893579c729 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:02:37 -0400 Subject: [PATCH] Python Requirements Update (#185) * chore: Updating Python Requirements * feat: added html theme options in sphinx conf --------- Co-authored-by: thezaeemaanwar --- docs/source/conf.py | 37 +++++++++++++++++++++++++++++++++++++ requirements/ci.txt | 16 ++++++++-------- requirements/docs.txt | 4 ++-- requirements/quality.txt | 8 ++++---- requirements/test.txt | 12 ++++++------ requirements/tox.txt | 4 ++-- 6 files changed, 59 insertions(+), 22 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 982591d..0f4f1f6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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": """ + + Creative Commons License + +
+ These works by + The Axim Collaborative + are licensed under a + Creative Commons Attribution-ShareAlike 4.0 International License. + """ +} + + # 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". diff --git a/requirements/ci.txt b/requirements/ci.txt index 1100417..bc87844 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/docs.txt b/requirements/docs.txt index 7ef57f3..e72a8fa 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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 @@ -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 diff --git a/requirements/quality.txt b/requirements/quality.txt index fd68d0c..358585a 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index 8698491..b6179d6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -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 @@ -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 @@ -152,7 +152,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 @@ -160,7 +160,7 @@ pylint-plugin-utils==0.8.2 # 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 diff --git a/requirements/tox.txt b/requirements/tox.txt index ed364fe..504c153 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -6,7 +6,7 @@ # distlib==0.3.7 # via virtualenv -filelock==3.12.4 +filelock==3.13.0 # via # tox # virtualenv @@ -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