Skip to content

Commit

Permalink
Snowmass: Restart & SM Day (#19)
Browse files Browse the repository at this point in the history
* Snowmass: Restart & SM Day

Restart news & Snowmass Day.

* Fix Build (Buster now oldstable)

Work-around for failing update. Lacks `latexmk` otherwise.
See
- ammaraskar/sphinx-action#33 (comment)
- ammaraskar/sphinx-action#21
  • Loading branch information
ax3l authored Sep 10, 2021
1 parent 47ab958 commit 59c9c3f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v1
# PDF
- uses: ammaraskar/sphinx-action@master
- uses: ax3l/sphinx-action@newer-sphinx
with:
docs-folder: "docs/"
pre-build-command: "apt-get update -y && apt-get install -y $(cat docs/ubuntu-package.list) && python -m pip install -r docs/requirements.txt"
build-command: "make latexpdf"
# HTML
- uses: ammaraskar/sphinx-action@master
- uses: ax3l/sphinx-action@newer-sphinx
with:
docs-folder: "docs/"

Expand Down
5 changes: 4 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sphinx_rtd_theme>=0.3.1
recommonmark
sphinx
sphinx>=2.0
# docutils 0.17 breaks HTML tags & RTD theme
# https://github.com/sphinx-doc/sphinx/issues/9001
docutils<=0.16
pygments
# generate plots
matplotlib
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Also note that although this planning exercise is organized for the US, high ene

.. note::

January 2021: Please read the `new timeline of the Snowmass process <https://snowmass21.org/announcements>`__.
January-August 2021: There was a pandemic-related, temporary pause of the Snowmass process.
Please read the `new timeline of the Snowmass process <https://snowmass21.org/announcements>`__.

.. only:: html

Expand Down
3 changes: 3 additions & 0 deletions docs/source/meetings/calendars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Calendars

January 2021: Please read the `new timeline of the Snowmass process <https://snowmass21.org/announcements>`__.
Our weekly meetings are currently paused.

August 2021: Snowmass is restarting!
Sign up for the Sep 24th event, `Snowmass Day <https://indico.fnal.gov/event/50538/>`__.

Currently, we meet every Wednesday at 1PM PST via Zoom.
Please subscribe to our mailing list to receive further details.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/papers/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Initial plan: The deadline for a contributed paper was announced for July 31, 20

**Update Jan 2021:** Due to a `pause of the Snowmass process <https://snowmass21.org/announcements>`__, a new deadline will be announced.

**Update August 2021:** Snowmass is restarting!
Sign up for the Sep 24th event, `Snowmass Day <https://indico.fnal.gov/event/50538/>`__.

We maintain lists of :ref:`proposed <papers-proposed>` and :ref:`submitted <papers-submitted>` whitepapers.

.. note::
Expand Down

0 comments on commit 59c9c3f

Please sign in to comment.