From 0930e56c5a1e720cab57d8b3c4626f349d54a181 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Mon, 10 Apr 2023 09:35:46 -0600 Subject: [PATCH] Add dependabot config and pin rocm-docs-core (#586) --- .github/dependabot.yml | 12 ++++++++++++ .gitignore | 1 + docs/.sphinx/requirements.in | 2 +- docs/.sphinx/requirements.txt | 21 +++++---------------- 4 files changed, 19 insertions(+), 17 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ada22f1b5 --- /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/.gitignore b/.gitignore index 1e010d3a4..c941191ba 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ _static/ _templates/ _toc.yml docBin/ +_doxygen/ diff --git a/docs/.sphinx/requirements.in b/docs/.sphinx/requirements.in index 2dfc7b076..6d6f5bde9 100644 --- a/docs/.sphinx/requirements.in +++ b/docs/.sphinx/requirements.in @@ -1 +1 @@ -git+https://github.com/RadeonOpenCompute/rocm-docs-core.git +rocm-docs-core==0.2.0 diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index b2ef0f492..1a404aacf 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 requirements.in +# pip-compile .sphinx/requirements.in # accessible-pygments==0.0.3 # via pydata-sphinx-theme @@ -66,12 +66,7 @@ imagesize==1.4.1 importlib-metadata==6.0.0 # via # jupyter-cache - # jupyter-client # myst-nb -importlib-resources==5.10.4 - # via - # jsonschema - # rocm-docs-core ipykernel==6.21.3 # via myst-nb ipython==8.11.0 @@ -143,8 +138,6 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pkgutil-resolve-name==1.3.10 - # via jsonschema platformdirs==3.1.1 # via jupyter-core prompt-toolkit==3.0.38 @@ -175,8 +168,6 @@ pyrsistent==0.19.3 # via jsonschema python-dateutil==2.8.2 # via jupyter-client -pytz==2022.7.1 - # via babel pyyaml==6.0 # via # jupyter-cache @@ -191,8 +182,8 @@ requests==2.28.2 # via # pygithub # sphinx -rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git - # via -r requirements.in +rocm-docs-core==0.2.0 + # via -r .sphinx/requirements.in six==1.16.0 # via # asttokens @@ -270,9 +261,7 @@ wcwidth==0.2.6 wrapt==1.15.0 # via deprecated zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools