Skip to content

Commit 9308d44

Browse files
committed
Begin 0.2.alpha release
1 parent 948e1f7 commit 9308d44

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

doc/_static/phlexframework.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ table.docutils caption {
1616
}
1717

1818
.body {
19-
background-image: url("watermark-for-dune-review.png");
19+
background-image: url("watermark-preliminary.png");
2020
background-repeat: repeat;
2121
background-size: 100%;
2222
}

doc/conf.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
version = "0"
2222

2323
# For releases for circulation use:
24-
release = "0.1"
25-
latex_filename = f"phlex-design-v{release}.tex"
24+
# release = "0.1"
25+
# latex_filename = f"phlex-design-v{release}.tex"
2626

2727
# For development use
28-
# latex_filename = f"phlex-design-v{version}-{git_commit}.tex"
29-
# release = f"0.1 ({git_commit})"
28+
release_base = "0.2.alpha"
29+
latex_filename = f"phlex-design-v{release_base}-{git_commit}.tex"
30+
release = f"{release_base} ({git_commit})"
3031

3132

3233
# -- General configuration ---------------------------------------------------
@@ -87,9 +88,11 @@
8788
\usepackage{mathtools}
8889
"""
8990

91+
# "For DUNE Review", use scale=7 for watermark
92+
9093
preliminary_watermark = r"""
9194
\usepackage[angle=30,color=lightgray]{background}
92-
\backgroundsetup{scale=7, contents={For DUNE Review}}"""
95+
\backgroundsetup{contents={Preliminary}}"""
9396

9497
new_commands = r"""
9598
\newcommand\lt[0]{<}

0 commit comments

Comments
 (0)