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.5.4 | packaged by conda-forge | (default, Dec 18 2017, 06:30:33) 
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]
>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow()  # UTC
datetime.datetime(2023, 8, 8, 14, 8, 32, 598865)