From e4bc7b8111a3fb02c3e0cdf3cf8c291e19c22ad6 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sat, 23 Sep 2023 04:21:17 +0800 Subject: [PATCH] Using official sphinx-autoapi --- docs/conf.py | 1 - docs/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aee6c0a..bec27c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information import os -import sys project = 'apngasm-python' copyright = '2023, laggykiller' diff --git a/docs/requirements.txt b/docs/requirements.txt index 1214e34..25e759b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ myst_parser sphinx-immaterial -sphinx-autoapi @ git+https://github.com/laggykiller/sphinx-autoapi.git@main \ No newline at end of file +sphinx-autoapi \ No newline at end of file