Skip to content

Commit

Permalink
mock flow?
Browse files Browse the repository at this point in the history
  • Loading branch information
nskh committed Aug 9, 2018
1 parent 82cf114 commit 4b1d096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -43,7 +43,7 @@
# mock imports for sumolib (another module that errors) leads to build failures
# entirely.

autodoc_mock_imports = ["traci", 'rllab', 'ray', 'sumolib']
autodoc_mock_imports = ['flow', "traci", 'rllab', 'ray', 'sumolib']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 4b1d096

Please sign in to comment.