Skip to content

Commit

Permalink
Fix conf.py for sphinx. (pytroll#4)
Browse files Browse the repository at this point in the history
* Fix conf.py for sphinx.

* Remove extra paths.

* Remove extra paths.

* Remove extra paths.

* Remove extra paths.

* Remove extra paths.

---------

Co-authored-by: Pouria Khalaj <[email protected]>
  • Loading branch information
pkhalaj and pkhalaj authored May 22, 2024
1 parent 7675129 commit b8f6cb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.
sphinx
sphinx-rtd-theme
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

from sphinx.ext import apidoc

from trolldb.version import __version__

autodoc_mock_imports = ["motor", "pydantic", "fastapi", "uvicorn", "loguru", "pyyaml"]

# -- Project information -----------------------------------------------------
Expand All @@ -23,7 +25,7 @@
author = "Pouria Khalaj"

# The full version, including alpha/beta/rc tags
release = "0.1"
release = __version__

# -- General configuration ---------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion trolldb/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

API_INFO = dict(
title="pytroll-db",
version="0.1",
summary="The database API of Pytroll",
description=
"The API allows you to perform CRUD operations as well as querying the database"
Expand Down

0 comments on commit b8f6cb0

Please sign in to comment.