Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Mar 22, 2024
1 parent 9e50187 commit 78cee9d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 43 deletions.
13 changes: 9 additions & 4 deletions docs/source/ast.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
lean_dojo.data_extraction.ast
=============================

.. toctree::
:maxdepth: 2
.. _lean_dojo.data_extraction.ast:

lean_dojo.data_extraction.ast
****************************************

.. automodule:: lean_dojo.data_extraction.ast
:members:
:undoc-members:
:show-inheritance:

lean3
lean4
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "LeanDojo"
copyright = "2023, LeanDojo Team"
author = "Kaiyu Yang"
release = "1.7.1"
release = "1.7.2rc"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
24 changes: 0 additions & 24 deletions docs/source/lean3.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/source/lean4.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [

[project]
name = "lean-dojo"
version = "1.7.1"
version = "1.7.2rc"
authors = [
{ name="Kaiyu Yang", email="kaiyuy@caltech.edu" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/lean_dojo/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

load_dotenv()

__version__ = "1.7.1"
__version__ = "1.7.2rc"

logger.remove()
if "VERBOSE" in os.environ or "DEBUG" in os.environ:
Expand Down

0 comments on commit 78cee9d

Please sign in to comment.