Skip to content

Commit

Permalink
✏️ Updated docs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Oct 13, 2023
1 parent 20251ef commit 5ca61b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"sphinx.ext.autodoc",
"sphinx.ext.todo",
"sphinx.ext.intersphinx",
"sphinx_tabs.tabs",
"recommonmark",
# "sphinx_tabs.tabs",
# "recommonmark",
# "sphinx_markdown_tables",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get you started, you might find some of these links relevant:

TODO

Open Klant `is`_ and only uses :ref:`introduction_open-source`.
Open Klant `is`_ and only uses open source.

.. _`is`: https://github.com/maykinmedia/open-klant/blob/master/LICENSE.md

Expand Down
6 changes: 6 additions & 0 deletions src/openklant/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .celery import app as celery_app

__all__ = ("celery_app",)
__version__ = "0.5-pre"
__author__ = "Maykin"
__homepage__ = "https://github.com/maykinmedia/open-klant"

0 comments on commit 5ca61b0

Please sign in to comment.