Skip to content

Commit

Permalink
Merging pull request 236
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>

* github.com:distributed-system-analysis/run-perf:
  Add .readthedocs.yaml configuration
  Revert "contrib: Add more colors to extract_data"
  • Loading branch information
ldoktor committed Aug 8, 2023
2 parents b8ef933 + 29f05cf commit 140382c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt

5 changes: 2 additions & 3 deletions contrib/data_analysis/extract_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
</div>
"""

COLORS = ["#{0:02x}0000", "#{0:02x}0000", "#{0:02x}0000", "#00{0:02x}00",
"#00{0:02x}00", "#00{0:02x}00", "#0000{0:02x}", "#0000{0:02x}",
"#0000{0:02x}"]
COLORS = ["#{0:02x}0000", "#00{0:02x}00", "#0000{0:02x}", "#{0:02x}{0:02x}00",
"#{0:02x}00{0:02x}", "#00{0:02x}{0:02x}", "#{0:02x}{0:02x}{0:02x}"]


def parse_args():
Expand Down

0 comments on commit 140382c

Please sign in to comment.