Skip to content

Commit

Permalink
more rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Nov 13, 2024
1 parent c0760ed commit d871908
Show file tree
Hide file tree
Showing 5 changed files with 1,916 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules/
**/.pixi/
**/build/
**/dist/
**/lib/
**/node_modules/
**/dist/
node_modules/
src/urljsf/_static/
2 changes: 1 addition & 1 deletion atest/suites/01_docs/002_installer.robot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Test Teardown Open Blank
*** Variables ***
${CSS_LICENSE} ${CSS_U_DATALIST} input[id$="_license"]
${CSS_LICENSE_CHECK} ${CSS_U_DATALIST} input[id$="_license__datalist-check"]
${GOOD_LICENSE} MIT
${GOOD_LICENSE} BSD-3-Clause
${BAD_LICENSE} WTPL


Expand Down
12 changes: 7 additions & 5 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ build:
python: mambaforge-23.11
commands:
- mamba install -c conda-forge -c nodefaults pixi==0.35.0
- pixi run build-yarn
- pixi run build
- pixi run dist
- pixi run docs-sphinx
- pixi run docs-rtd
- pixi r build-yarn
- pixi r build
- pixi r dist
- pixi r docs-fetch
- pixi r docs-pip
- pixi r docs-sphinx
- pixi r docs-rtd
Loading

0 comments on commit d871908

Please sign in to comment.