From dc149a9fbd59d14df64423d0ad8ae3ee04a718e5 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Tue, 11 Apr 2023 10:01:24 -0600 Subject: [PATCH] pin rocm-docs-core and add dependabot config (#722) --- .github/dependabot.yml | 12 ++++++++++++ docs/.sphinx/requirements.in | 2 +- docs/.sphinx/requirements.txt | 21 ++++++++------------- 3 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..ada22f1b56 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 10 + schedule: + interval: "daily" diff --git a/docs/.sphinx/requirements.in b/docs/.sphinx/requirements.in index c5f387dbcc..6d6f5bde99 100644 --- a/docs/.sphinx/requirements.in +++ b/docs/.sphinx/requirements.in @@ -1 +1 @@ -git+https://github.com/RadeonOpenCompute/rocm-docs-core.git \ No newline at end of file +rocm-docs-core==0.2.0 diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 9abd19aca9..4f8ef01f3d 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile docs/sphinx/requirements.in +# pip-compile .sphinx/requirements.in # accessible-pygments==0.0.3 # via pydata-sphinx-theme @@ -67,10 +67,6 @@ importlib-metadata==5.1.0 # via # jupyter-cache # myst-nb -importlib-resources==5.10.4 - # via - # jsonschema - # rocm-docs-core ipykernel==6.17.1 # via myst-nb ipython==8.7.0 @@ -142,8 +138,6 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pkgutil-resolve-name==1.3.10 - # via jsonschema platformdirs==2.5.4 # via jupyter-core prompt-toolkit==3.0.33 @@ -192,8 +186,8 @@ requests==2.28.1 # via # pygithub # sphinx -rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git - # via -r docs/sphinx/requirements.in +rocm-docs-core==0.2.0 + # via -r .sphinx/requirements.in six==1.16.0 # via # asttokens @@ -215,6 +209,7 @@ sphinx==4.3.1 # sphinx-copybutton # sphinx-design # sphinx-external-toc + # sphinx-notfound-page sphinx-book-theme==1.0.0rc2 # via rocm-docs-core sphinx-copybutton==0.5.1 @@ -223,6 +218,8 @@ sphinx-design==0.3.0 # via rocm-docs-core sphinx-external-toc==0.3.1 # via rocm-docs-core +sphinx-notfound-page==0.8.3 + # via rocm-docs-core sphinxcontrib-applehelp==1.0.2 # via sphinx sphinxcontrib-devhelp==1.0.2 @@ -267,9 +264,7 @@ wcwidth==0.2.5 wrapt==1.15.0 # via deprecated zipp==3.11.0 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools