Skip to content

Commit

Permalink
Migrate to ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
folterj committed Feb 16, 2024
1 parent 6a60571 commit 1495f0d
Show file tree
Hide file tree
Showing 52 changed files with 190 additions and 23,395 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "2"

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py
2,765 changes: 0 additions & 2,765 deletions Doxyfile

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Empty file removed docs/.nojekyll
Empty file.
15 changes: 3 additions & 12 deletions sphinx/Makefile → docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
# *** Makefile is ONLY USED ON macOS or Linux with (GNU) ***
# *** On Windows only make.bat is used ***

# 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
SPHINXPROJ = OmeSliCC
SOURCEDIR = .
BUILDDIR = _build
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@echo " docs to make github docs"

.PHONY: help Makefile docs
.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
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs:
make html
rm -rf docs
cp -r $(BUILDDIR)/html docs
touch docs/.nojekyll
134 changes: 0 additions & 134 deletions docs/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading

0 comments on commit 1495f0d

Please sign in to comment.