1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Enabling Coach Documentation to be run even when environments are not installed (#326)

This commit is contained in:
anabwan
2019-05-27 10:46:07 +03:00
committed by Gal Leibovich
parent 2b7d536da4
commit 342b7184bc
157 changed files with 5167 additions and 7477 deletions

View File

@@ -20,13 +20,13 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath('.'))))
# -- Project information -----------------------------------------------------
project = 'Reinforcement Learning Coach'
copyright = '2018, Intel AI Lab'
copyright = '2018-2019, Intel AI Lab'
author = 'Intel AI Lab'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.11.0'
release = '0.12.1'
# -- General configuration ---------------------------------------------------
@@ -49,6 +49,10 @@ extensions = [
'sphinxarg.ext'
]
# add the thid-party modules to be mocked to the autodoc_mod_imports configuration value
autodoc_mock_imports = ['carla', 'suite', 'flags', 'vizdoom', 'dm_control', 'pybullet',
'roboschool', 'pysc2', 'gymextensions']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']