Skip to content

Commit

Permalink
Merge pull request #12 from SiddarGu/main
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
dsctt authored Jan 17, 2023
2 parents abf5632 + d314156 commit 40c57a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
python-version: 3.9

- name: Install dependencies
run: pip install -r docs/requirements.txt
run: pip install -r docs/requirements.txt && python setup.py install

- name: Install cmake
run: python -m pip install --upgrade pip && pip install cmake

- name: Install package
run: pip install .
run: pip install . && ls -a && mv build/lib.linux-x86_64-3.9/magent2/libmagent.so magent2/libmagent.so

- name: Build Envs Docs
run: python docs/scripts/gen_mds.py
Expand Down
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
author = "Farama Foundation"

# The full version, including alpha/beta/rc tags
# TODO: change to magent version
release = "0.3.0"
# from magent2 import __version__ as magent_version
# release = get_version()

sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../.."))

# -- General configuration ---------------------------------------------------
Expand Down
26 changes: 0 additions & 26 deletions docs/magent2.md

This file was deleted.

0 comments on commit 40c57a2

Please sign in to comment.