update building docs

This commit is contained in:
richard 2021-10-03 17:09:46 +01:00
parent 4f7c17de05
commit 0a2ed8e1a4
34 changed files with 16462 additions and 3659 deletions

View file

@ -1 +0,0 @@
../BUILDING.md

1
docs-src/BUILDING.rst Symbolic link
View file

@ -0,0 +1 @@
../BUILDING.rst

View file

@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b194f6bda240fa6b2ce63ebf0c59a33d
config: c6c8605a01fab3fc8b4c8636342889f3
tags: 645f666f9bcd5a90fca523b33c5a78b7

View file

@ -28,7 +28,7 @@ author = 'Richard Smith'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'myst_parser', 'autoapi.extension', "sphinx_rtd_theme"]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'myst_parser', 'autoapi.extension', "sphinx_rtd_theme", 'sphinx.ext.todo']
autoapi_dirs = ['../raylib']
@ -61,3 +61,5 @@ html_theme = "sphinx_rtd_theme"
html_static_path = ['_static']
pygments_style = 'sphinx'
todo_include_todos = True