Skip to content

Commit

Permalink
Bug 1674220 - [perfdocs] Enumerate Talos tests using PerfDocs r=spark…
Browse files Browse the repository at this point in the history
…y,perftest-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D128037
  • Loading branch information
junngo committed Nov 2, 2021
1 parent f279d87 commit a2e121e
Show file tree
Hide file tree
Showing 7 changed files with 693 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@


def install_sphinx_panels(app, pagename, templatename, context, doctree):
if "raptor" in pagename:
if "perfdocs" in pagename:
app.add_js_file("sphinx_panels.js")
app.add_css_file("sphinx_panels.css")

Expand Down
Loading

0 comments on commit a2e121e

Please sign in to comment.