Skip to content

Commit

Permalink
Release 0.1.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544357235
  • Loading branch information
hbq1 authored and RLaxDev committed Jun 29, 2023
1 parent 7d1fc9d commit cb66474
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _recursive_add_annotations_import():
'sphinxcontrib.bibtex',
'sphinxcontrib.katex',
'sphinx_autodoc_typehints',
'sphinx_rtd_theme',
'sphinx_book_theme',
'coverage_check',
'myst_nb', # This is used for the .ipynb notebooks
]
Expand All @@ -118,12 +118,16 @@ def _recursive_add_annotations_import():
'exclude-members': '__repr__, __str__, __weakref__',
}

# -- Options for bibtex ------------------------------------------------------

bibtex_bibfiles = []

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'sphinx_book_theme'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx==3.3.0
sphinx_rtd_theme==0.5.0
sphinxcontrib-katex==0.7.1
sphinxcontrib-bibtex==1.0.0
sphinx==4.5.0
sphinx-book-theme==0.3.3
sphinxcontrib-katex==0.9.0
sphinxcontrib-bibtex==2.4.2
sphinx-autodoc-typehints==1.11.1
IPython==7.16.3
ipykernel==5.3.4
Expand Down
2 changes: 1 addition & 1 deletion rlax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
from rlax._src.vtrace import vtrace
from rlax._src.vtrace import vtrace_td_error_and_advantage

__version__ = "0.1.5"
__version__ = "0.1.6"

__all__ = (
"add_gaussian_noise",
Expand Down

0 comments on commit cb66474

Please sign in to comment.