Skip to content

Commit 36a317b

Browse files
committed
DOC: update documentation
1 parent 96d6566 commit 36a317b

File tree

310 files changed

+6
-20732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+6
-20732
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build & Deploy with GitHub Pages dependencies preinstalled
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["ds_big_changes"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
docs-folder: "doc"
3636
pre-build-command: "pip install sphinx-rtd-theme && apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended"
37-
build-command: "sphinx-build -a -b html . html"
37+
build-command: "make html"
3838
- uses: actions/upload-artifact@master
3939
with:
4040
name: page

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
9-
BUILDDIR = _build
9+
BUILDDIR = .
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:
-2.17 MB
Binary file not shown.

doc/_build/doctrees/index.doctree

-5.66 KB
Binary file not shown.
-164 KB
Binary file not shown.

doc/_build/html/genindex.html

Lines changed: 0 additions & 1051 deletions
This file was deleted.

doc/_build/html/index.html

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)