Skip to content

Commit

Permalink
Update for doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t-wolfeadam committed Mar 16, 2024
1 parent dd37eb8 commit 5d4733b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import sys
sys.path.insert(0, '..')
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), "..")))


# -- Project information -----------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ sphinx-rtd-theme==2.0.0
enum-tools==0.11.0
sphinx-toolbox==3.5.0
rst2pdf==0.101
psutil
numpy
gymnasium

0 comments on commit 5d4733b

Please sign in to comment.