From 33fb3c790d5b75ed721db834f5b763cc16c30e36 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 3 Mar 2023 13:51:57 +0100 Subject: [PATCH] Remove remnants of old docs --- docs/Makefile | 23 ----------------------- docs/conf.py | 24 ------------------------ docs/index.rst | 7 ------- 3 files changed, 54 deletions(-) delete mode 100644 docs/Makefile delete mode 100644 docs/conf.py delete mode 100644 docs/index.rst diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 57ed83d..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = toot -SOURCEDIR = . -BUILDDIR = _build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -serve: - sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index 0ad9985..0000000 --- a/docs/conf.py +++ /dev/null @@ -1,24 +0,0 @@ -from datetime import datetime - -# -- Project information ----------------------------------------------------- - -project = 'toot' -year = datetime.now().year -copyright = '{}, Ivan Habunek'.format(year) -author = 'Ivan Habunek' - -# -- General configuration --------------------------------------------------- - -extensions = [] -source_suffix = '.rst' -master_doc = 'index' -exclude_patterns = ['_build'] -pygments_style = 'sphinx' - -# -- Options for HTML output ------------------------------------------------- - -html_theme = 'alabaster' -html_theme_options = { - "description": "Mastodon CLI client", - "fixed_sidebar": True, -} diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index cc17038..0000000 --- a/docs/index.rst +++ /dev/null @@ -1,7 +0,0 @@ -toot - Mastodon CLI client -========================== - -Toot is a CLI and TUI tool for interacting with Mastodon instances from the command line. - -.. warning:: - Toot documentation has moved to `toot.bezdomni.net `_.