Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build:
tools:
python: "3.13"

# Build documentation in the "docs/" directory with Sphinx
# Build documentation in the "doc/" directory with Sphinx
sphinx:
configuration: doc/UserGuide/source/conf.py
configuration: doc/conf.py

# Optionally, but recommended,
# declare the Python requirements required to build your documentation
Expand Down
11 changes: 5 additions & 6 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Minimal makefile for Sphinx documentation
#
# Makefile for Sphinx documentation

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS += -a -n #-W --keep-going
SPHINXOPTS += -a -n -W --keep-going
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
SOURCEDIR = .
BUILDDIR = build
LINKCHECKDIR = $(BUILDDIR)/linkcheck

Expand All @@ -17,8 +16,8 @@ help:

doc:
make clean
$(MAKE) html
$(MAKE) linkcheck
$(MAKE) html

linkcheck:
$(SPHINXBUILD) -b linkcheck $(SPHINXOPTS) $(SOURCEDIR) $(LINKCHECKDIR)
Expand All @@ -27,4 +26,4 @@ linkcheck:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -w $(BUILDDIR)/warnings.log
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -w $(BUILDDIR)/warnings.log
148 changes: 0 additions & 148 deletions doc/UserGuide/source/QuickStart/QuickStartGuide.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/UserGuide/source/QuickStart/index.rst

This file was deleted.

25 changes: 0 additions & 25 deletions doc/UserGuide/source/_static/custom.css

This file was deleted.

13 changes: 0 additions & 13 deletions doc/UserGuide/source/index.rst

This file was deleted.

Loading