Skip to content

Commit

Permalink
preparing the book
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 27, 2024
1 parent c713dc8 commit 1f5bfae
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 93 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
- push

jobs:
marimo:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/uv/marimo@main
#marimo:
# runs-on: "ubuntu-latest"
# steps:
# - uses: cvxgrp/.github/actions/uv/marimo@main

sphinx:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/uv/sphinx@main
#sphinx:
# runs-on: "ubuntu-latest"
# steps:
# - uses: cvxgrp/.github/actions/uv/sphinx@main

pdoc:
runs-on: "ubuntu-latest"
Expand All @@ -31,7 +31,7 @@ jobs:

book:
runs-on: "ubuntu-latest"
needs: [test, sphinx, pdoc, jupyter, marimo]
needs: [test, pdoc, jupyter]

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ title: cvxmarkowitz
author: Thomas Schmelzer
only_build_toc_files: true

execute:
execute_notebooks: force
timeout: 240

parse:
myst_enable_extensions:
- linkify
Expand Down
4 changes: 1 addition & 3 deletions book/docs/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# API

## Sphinx

[API](https://www.cvxgrp.org/cvxmarkowitz/sphinx/)
[API](https://www.cvxgrp.org/cvxmarkowitz/pdoc/)
1 change: 0 additions & 1 deletion book/sphinx/_static/custom.css

This file was deleted.

Binary file removed book/sphinx/_static/logo.jpeg
Binary file not shown.
52 changes: 0 additions & 52 deletions book/sphinx/conf.py

This file was deleted.

20 changes: 0 additions & 20 deletions book/sphinx/index.rst

This file was deleted.

4 changes: 0 additions & 4 deletions book/sphinx/license.rst

This file was deleted.

0 comments on commit 1f5bfae

Please sign in to comment.