Skip to content

Commit

Permalink
Possibly fix latex bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
jachiam committed Nov 4, 2019
1 parent e594878 commit 8602733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def __getattr__(cls, name):
imgmath_latex_preamble = r'''
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsmath}
\usepackage{cancel}
\usepackage[verbose=true,letterpaper]{geometry}
Expand Down
6 changes: 3 additions & 3 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudpickle==0.5.2
gym>=0.10.8
cloudpickle~=1.2.1
gym~=0.15.3
ipython
joblib
matplotlib
Expand All @@ -12,5 +12,5 @@ seaborn==0.8.1
sphinx==1.5.6
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.4.1
tensorflow>=1.8.0
tensorflow>=1.8.0<2.0
tqdm

0 comments on commit 8602733

Please sign in to comment.