mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
web: remove unmaintained site
This commit is contained in:
parent
0e0a871fcd
commit
de1571b65f
23
doc/Makefile
23
doc/Makefile
@ -1,23 +0,0 @@
|
||||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
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
|
||||
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
%: Makefile
|
||||
cp ../README.md INFO.md
|
||||
sed -i 's/doc\///g' INFO.md
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
cp netlify_redirects _build/html/_redirects
|
43
doc/conf.py
43
doc/conf.py
@ -1,43 +0,0 @@
|
||||
import sphinx_rtd_theme
|
||||
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# For the full list of built-in configuration values, see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = 'vgmstream'
|
||||
copyright = '2022, the vgmstream authors'
|
||||
author = 'the vgmstream authors'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = ['myst_parser', 'sphinx_rtd_theme']
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
|
||||
root_doc = 'index'
|
||||
|
||||
myst_enable_extensions = ['smartquotes', 'linkify']
|
||||
|
||||
myst_heading_anchors = 5
|
||||
|
||||
myst_linkify_fuzzy_links = False
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_static_path = ['_static']
|
||||
|
||||
html_theme_options = {
|
||||
'collapse_navigation': False,
|
||||
'prev_next_buttons_location': 'both',
|
||||
'style_external_links': True,
|
||||
'style_nav_header_background': '#449607'
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
.. include:: INFO.md
|
||||
:parser: myst_parser.sphinx_
|
||||
|
||||
.. toctree::
|
||||
:caption: Documentation
|
||||
:numbered:
|
||||
:maxdepth: 5
|
||||
|
||||
self
|
||||
Download<https://dl.vgmstream.org>
|
||||
Web version<https://katiefrogs.github.io/vgmstream-web/>
|
||||
HCS64 Discord server<https://discord.gg/gybU4f6Bwu>
|
||||
USAGE
|
||||
FORMATS
|
||||
BUILD
|
||||
TXTH
|
||||
TXTP
|
35
doc/make.bat
35
doc/make.bat
@ -1,35 +0,0 @@
|
||||
@ECHO OFF
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
REM Command file for Sphinx documentation
|
||||
|
||||
if "%SPHINXBUILD%" == "" (
|
||||
set SPHINXBUILD=sphinx-build
|
||||
)
|
||||
set SOURCEDIR=.
|
||||
set BUILDDIR=_build
|
||||
|
||||
%SPHINXBUILD% >NUL 2>NUL
|
||||
if errorlevel 9009 (
|
||||
echo.
|
||||
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
||||
echo.installed, then set the SPHINXBUILD environment variable to point
|
||||
echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
||||
echo.may add the Sphinx directory to PATH.
|
||||
echo.
|
||||
echo.If you don't have Sphinx installed, grab it from
|
||||
echo.https://www.sphinx-doc.org/
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
if "%1" == "" goto help
|
||||
|
||||
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
||||
goto end
|
||||
|
||||
:help
|
||||
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
||||
|
||||
:end
|
||||
popd
|
@ -1,2 +0,0 @@
|
||||
/downloads https://dl.vgmstream.org
|
||||
/doc/* /:splat
|
@ -1,4 +0,0 @@
|
||||
Sphinx==5.1.1
|
||||
myst-parser==0.18.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
linkify-it-py==2.0.0
|
@ -1 +0,0 @@
|
||||
3.8
|
Loading…
Reference in New Issue
Block a user