Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 18, 2022
1 parent f269da7 commit f24e5c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
7 changes: 1 addition & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ numpy
sphinx-copybutton>=0.3.1
sphinx-gallery>=0.9.0
sphinx==3.5.4
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
Jinja2==3.0.1
sphinx-autodoc-typehints
sphinx-serve
git+https://github.com/vmoens/aafig@4319769eae88fff8e3464858f3cf8c277f35335d
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
sphinxcontrib-jsmath
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
7 changes: 2 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import torchrl

project = "torchrl"
copyright = "2022-presennt, Torch Contributors"
copyright = "2022, Meta"
author = "Torch Contributors"

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -53,10 +53,9 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
# "sphinx.ext.todo",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
Expand Down Expand Up @@ -240,5 +239,3 @@ def handle_item(fieldarg, content):
TypedField.make_field = patched_make_field

aafig_default_options = dict(scale=1.5, aspect=1.0, proportional=True)

coverage_show_missing_items = True
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
TorchRL
=======
Welcome to the TorchRL Documentation!
=====================================

TorchRL is an open-source Reinforcement Learning (RL) library for PyTorch.

Expand Down

0 comments on commit f24e5c8

Please sign in to comment.