mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-02-23 15:38:33 +01:00
Fix doc settings.
This commit is contained in:
2
Makefile
2
Makefile
@@ -43,7 +43,7 @@ build-and-publish: build publish ## Build and publish.
|
||||
|
||||
.PHONY: docs-test
|
||||
docs-test: ## Test if documentation can be built without warnings or errors
|
||||
@poetry run sphinx docs/ docs/_build -W
|
||||
@poetry run python3 -m sphinx docs/ docs/_build -W
|
||||
|
||||
.PHONY: docs
|
||||
docs: ## Build and serve the documentation
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""Sphinx configuration."""
|
||||
|
||||
|
||||
project = "glue"
|
||||
project = "Heisskleber"
|
||||
author = "Felix Weiler"
|
||||
copyright = f"2023, {author}"
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ Reference
|
||||
package 1
|
||||
-------------
|
||||
|
||||
.. automodule:: glue
|
||||
.. automodule:: heisskleber
|
||||
:members:
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
import heisskleber
|
||||
|
||||
|
||||
def test_glue_version() -> None:
|
||||
def test_heisskleber_version() -> None:
|
||||
"""Test that the glue version is correct."""
|
||||
assert heisskleber.__version__ == "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user