From f8d66cff987f42fcafd69dc6450a11b659a9d094 Mon Sep 17 00:00:00 2001 From: LI Yunxiang <1718613239banma@gmail.com> Date: Mon, 8 Jul 2019 18:11:58 +0800 Subject: [PATCH] update --- docs/algo_docs/impala/index.rst | 3 ++- docs/algo_docs/index.rst | 3 ++- docs/conf.py | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/algo_docs/impala/index.rst b/docs/algo_docs/impala/index.rst index c16a9e7..1a8b2a7 100644 --- a/docs/algo_docs/impala/index.rst +++ b/docs/algo_docs/impala/index.rst @@ -5,4 +5,5 @@ Algorithms.impala :maxdepth: 1 impala - vtrace \ No newline at end of file + vtrace + \ No newline at end of file diff --git a/docs/algo_docs/index.rst b/docs/algo_docs/index.rst index 51817c7..8435f47 100644 --- a/docs/algo_docs/index.rst +++ b/docs/algo_docs/index.rst @@ -9,4 +9,5 @@ PARL.Algorithms ddpg dqn policy_gradient - ppo \ No newline at end of file + ppo + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 489cabc..1371d20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,8 +35,6 @@ import os import sys import parl autodoc_mock_imports = ['paddle'] -sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.path.abspath('..')) release = parl.__version__ project = 'PARL' copyright = '2019, nlp-ol@baidu.com' -- GitLab