Skip to content

Commit

Permalink
Initial docs port to sphinx-immaterial
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 22, 2022
1 parent e35831a commit 6872b7a
Show file tree
Hide file tree
Showing 73 changed files with 3,458 additions and 2,382 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.6"
nodejs: "16"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand All @@ -12,7 +19,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 Matt Hostetter
Copyright (c) 2020-2022 Matt Hostetter <matthostetter@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Loading

0 comments on commit 6872b7a

Please sign in to comment.