mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] update readthedocs deps, use conda (#1742)
* [chore] update readthedocs deps, use conda * work this time thx
This commit is contained in:
parent
5027d0ced2
commit
9b4b4d4eb8
4 changed files with 22 additions and 82 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,3 +36,6 @@ shell.nix
|
||||||
# ignore config dirs from IDEs
|
# ignore config dirs from IDEs
|
||||||
/.idea/
|
/.idea/
|
||||||
/.fleet/
|
/.fleet/
|
||||||
|
|
||||||
|
# ignore cache dir from mkdocs serve
|
||||||
|
/.cache
|
||||||
|
|
|
@ -5,9 +5,13 @@
|
||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
mkdocs:
|
build:
|
||||||
configuration: mkdocs.yml
|
os: "ubuntu-20.04"
|
||||||
|
tools:
|
||||||
|
python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
|
||||||
|
|
||||||
python:
|
mkdocs:
|
||||||
install:
|
configuration: "mkdocs.yml"
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
|
conda:
|
||||||
|
environment: "docs/environment.yml"
|
||||||
|
|
|
@ -1,77 +1,14 @@
|
||||||
name: gotosocial-docs
|
name: gotosocial-docs
|
||||||
channels:
|
channels:
|
||||||
- defaults
|
- conda-forge
|
||||||
|
- nodefaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- _libgcc_mutex=0.1=main
|
- python=3.11.3=h2755cc3_0_cpython
|
||||||
- _openmp_mutex=4.5=1_gnu
|
- pip=23.1.2=pyhd8ed1ab_0
|
||||||
- bzip2=1.0.8=h7b6447c_0
|
- mkdocs=1.4.3=pyhd8ed1ab_0
|
||||||
- ca-certificates=2023.01.10=h06a4308_0
|
- mkdocs-material=9.1.9=pyhd8ed1ab_0
|
||||||
- cairo=1.16.0=h19f5f5c_2
|
- mkdocs-material-extensions=1.1.1=pyhd8ed1ab_0
|
||||||
- certifi=2022.12.7=py310h06a4308_0
|
- pillow=9.5.0=py311h573f0d3_0
|
||||||
- fontconfig=2.13.1=h6c09931_0
|
- cairosvg=2.6.0=pyhd8ed1ab_0
|
||||||
- freetype=2.11.0=h70c0345_0
|
|
||||||
- glib=2.69.1=h4ff587b_1
|
|
||||||
- icu=58.2=he6710b0_3
|
|
||||||
- jpeg=9e=h7f8727e_0
|
|
||||||
- ld_impl_linux-64=2.35.1=h7274673_9
|
|
||||||
- libffi=3.3=he6710b0_2
|
|
||||||
- libgcc-ng=9.3.0=h5101ec6_17
|
|
||||||
- libgomp=9.3.0=h5101ec6_17
|
|
||||||
- libpng=1.6.37=hbc83047_0
|
|
||||||
- libstdcxx-ng=9.3.0=hd4cf53a_17
|
|
||||||
- libuuid=1.0.3=h7f8727e_2
|
|
||||||
- libxcb=1.15=h7f8727e_0
|
|
||||||
- libxml2=2.9.14=h74e7548_0
|
|
||||||
- ncurses=6.3=h7f8727e_2
|
|
||||||
- openssl=1.1.1t=h7f8727e_0
|
|
||||||
- pcre=8.45=h295c915_0
|
|
||||||
- pixman=0.40.0=h7f8727e_1
|
|
||||||
- pycparser=2.21=pyhd3eb1b0_0
|
|
||||||
- python=3.10.0=h151d27f_3
|
|
||||||
- readline=8.1=h27cfd23_0
|
|
||||||
- sqlite=3.36.0=hc218d9a_0
|
|
||||||
- tk=8.6.11=h1ccaba5_0
|
|
||||||
- tzdata=2021e=hda174b7_0
|
|
||||||
- wheel=0.37.0=pyhd3eb1b0_1
|
|
||||||
- xz=5.2.5=h7b6447c_0
|
|
||||||
- zlib=1.2.12=h7f8727e_2
|
|
||||||
- pip:
|
- pip:
|
||||||
- beautifulsoup4==4.11.2
|
- mkdocs-swagger-ui-tag==0.6.1
|
||||||
- cairocffi==1.0.0
|
|
||||||
- cairosvg==2.6.0
|
|
||||||
- cffi==1.15.1
|
|
||||||
- charset-normalizer==3.0.1
|
|
||||||
- click==8.0.3
|
|
||||||
- colorama==0.4.6
|
|
||||||
- cssselect2==0.7.0
|
|
||||||
- defusedxml==0.7.1
|
|
||||||
- ghp-import==2.0.2
|
|
||||||
- idna==3.4
|
|
||||||
- importlib-metadata==4.8.2
|
|
||||||
- jinja2==3.0.3
|
|
||||||
- markdown==3.3.4
|
|
||||||
- markupsafe==2.0.1
|
|
||||||
- mergedeep==1.3.4
|
|
||||||
- mkdocs==1.4.2
|
|
||||||
- mkdocs-material==9.0.13
|
|
||||||
- mkdocs-material-extensions==1.1.1
|
|
||||||
- mkdocs-swagger-ui-tag==0.5.2
|
|
||||||
- packaging==21.2
|
|
||||||
- pillow==9.4.0
|
|
||||||
- pip==21.2.4
|
|
||||||
- pygments==2.14.0
|
|
||||||
- pymdown-extensions==9.9.2
|
|
||||||
- pyparsing==2.4.7
|
|
||||||
- python-dateutil==2.8.2
|
|
||||||
- pyyaml==6.0
|
|
||||||
- pyyaml-env-tag==0.1
|
|
||||||
- regex==2022.10.31
|
|
||||||
- requests==2.28.2
|
|
||||||
- setuptools==58.0.4
|
|
||||||
- six==1.16.0
|
|
||||||
- soupsieve==2.4
|
|
||||||
- tinycss2==1.2.1
|
|
||||||
- urllib3==1.26.14
|
|
||||||
- watchdog==2.1.6
|
|
||||||
- webencodings==0.5.1
|
|
||||||
- zipp==3.6.0
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
mkdocs-material==9.0.13
|
|
||||||
mkdocs-swagger-ui-tag==0.5.2
|
|
||||||
CairoSVG==2.6.0
|
|
||||||
Pillow==9.4.0
|
|
Loading…
Reference in a new issue