Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 5, 2023
1 parent 94b0b75 commit 1167dea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
5 changes: 4 additions & 1 deletion docs/api_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Admin
.. automodule:: import_export_extensions.admin.model_admins.mixins
:members:

.. automodule:: import_export_extensions.admin.forms.export_admin_form
.. automodule:: import_export_extensions.admin.forms.export_job_admin_form
:members:

.. automodule:: import_export_extensions.admin.forms.import_job_admin_form
:members:

.. automodule:: import_export_extensions.admin.forms.import_admin_form
Expand Down
16 changes: 0 additions & 16 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@
copyright = "2022-2023, Saritasa"
author = "Saritasa"


# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
try:
from import_export_extensions import __version__

# The short X.Y version.
version = ".".join(__version__.split(".")[:2])
# The full version, including alpha/beta/rc tags.
release = __version__
except ImportError:
version = release = "dev"


# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
Expand Down
5 changes: 0 additions & 5 deletions import_export_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
"""Top-level package for django-import-export-extensions."""

__author__ = """Saritasa"""
__email__ = "pypi@saritasa.com"
__version__ = "0.4.1-alpha"

0 comments on commit 1167dea

Please sign in to comment.