Skip to content

Commit

Permalink
Docs/fix read the docs build (#1896)
Browse files Browse the repository at this point in the history
* docs: update certificates to 2022.9.24

* docs: added new ca-certificates

* docs: added mambaforge
  • Loading branch information
davidberenstein1957 committed Nov 14, 2022
1 parent 52c712e commit 011fdf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"

python: "mambaforge-4.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
7 changes: 4 additions & 3 deletions environment_docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: argilla-docs
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=5.1
- asttokens=2.0.5
- backcall=0.2.0
- ca-certificates=2022.4.26
- certifi=2022.6.15
- ca-certificates=2022.10.11
- certifi=2022.9.24
- decorator=5.1.1
- executing=0.8.3
- ipython=8.3.0
Expand Down Expand Up @@ -41,6 +40,8 @@ dependencies:
- xz=5.2.5
- zlib=1.2.12
- pip:
- recommonmark
- readthedocs-sphinx-ext
- alabaster==0.7.12
- attrs==21.4.0
- babel==2.10.3
Expand Down

0 comments on commit 011fdf2

Please sign in to comment.