Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Updated the theme and logo for docs website; slight improvements… #4264

Open
wants to merge 7 commits into
base: 0.8.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Attempt to install python dependencies without overriding build.tools
  • Loading branch information
jmiranda committed Oct 21, 2023
commit e7417bc4e18025182020f8559a71b99e55874f8d
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.8"
commands:
- pip install materialx
- pip install mkdocs-material-extensions
- pip install mkdocs-material

mkdocs:
configuration: mkdocs.yml

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

2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
mkdocs==1.2.3
mkdocs-material
mkdocs-material-extensions
materialx
Loading