conda-env

Build docs using a conda environment.

Install all dependencies via conda.

Build should success without any problem.

>>> # Python Version used
>>> import sys
>>> print(sys.version)
3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0]
>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow()  # UTC
datetime.datetime(2023, 6, 28, 14, 30, 34, 485986)