Skip to content

Commit

Permalink
Merge pull request #2448 from sownak/feature/doc-redesign
Browse files Browse the repository at this point in the history
[chore] Document redesign first pass
  • Loading branch information
sownak authored Dec 13, 2023
2 parents e3fa54c + 175eea6 commit 9fd25c5
Show file tree
Hide file tree
Showing 148 changed files with 2,430 additions and 7,968 deletions.
2 changes: 2 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,5 @@ kube
PV's
CorDapp
storageclass
gh
MkDocs
30 changes: 8 additions & 22 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
# Read the Docs configuration file for Sphinx projects
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub
python: "3.12"
# Build documentation in the "docs/" directory with mkdocs
mkdocs:
configuration: docs/mkdocs.yml

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/pip-requirements.txt
install:
- requirements: docs/pip-requirements.txt
263 changes: 0 additions & 263 deletions docs/Make.bat

This file was deleted.

Loading

0 comments on commit 9fd25c5

Please sign in to comment.