Revision 71ff399a3ea07aef667b23653620a290364095b1 authored by Wenqi Li on 16 February 2022, 20:45:06 UTC, committed by Wenqi Li on 16 February 2022, 20:46:21 UTC
* update changelog for v0.8.1

Signed-off-by: Wenqi Li <wenqil@nvidia.com>

* rc4

Signed-off-by: Wenqi Li <wenqil@nvidia.com>

* prepare for mmar verion updates

Signed-off-by: Wenqi Li <wenqil@nvidia.com>

* update for 0.8.1

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 3a08450
Raw File
.readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/source/conf.py

# Build documentation with MkDocs
#mkdocs:
#  configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
# formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
  version: 3.7
  install:
    - requirements: docs/requirements.txt
#  system_packages: true


build:
  image: stable
back to top