diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e6678ab..ae7dcb5d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,7 @@ python: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "mambaforge-22.9" + +conda: + environment: docs/environment.yml diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100644 index 00000000..fa46ba40 --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,10 @@ +name: RTD +channels: + - conda-forge + - defaults +dependencies: + - python=3.8 + - pip + - doxygen=1.9.8 + - pip: + - -r ./sphinx/requirements.txt diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index b80af261..0912a730 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core==0.30.3 +rocm-docs-core==0.38.0 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 81f0b559..6ba1f41e 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements.in +# pip-compile sphinx/requirements.in # accessible-pygments==0.0.3 # via pydata-sphinx-theme @@ -98,8 +98,8 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==0.30.3 - # via -r requirements.in +rocm-docs-core==0.38.0 + # via -r sphinx/requirements.in smmap==5.0.0 # via gitdb snowballstemmer==2.2.0