Remove remnants of old docs
This commit is contained in:
parent
5bd07e1756
commit
33fb3c790d
3 changed files with 0 additions and 54 deletions
|
@ -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)
|
|
24
docs/conf.py
24
docs/conf.py
|
@ -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,
|
|
||||||
}
|
|
|
@ -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 <https://toot.bezdomni.net/>`_.
|
|
Loading…
Reference in a new issue