Skip to content

Commit

Permalink
doc: Rename gen_sphinx.py to preserve git history (RobotLocomotion#14882
Browse files Browse the repository at this point in the history
)

* doc: Rename gen_sphinx.py to preserve git history

A future commit will rewrite portions of the implementation to use
the defs.py helper.
  • Loading branch information
jwnimmer-tri authored Apr 12, 2021
1 parent 4ffb523 commit f34522d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pydrake/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ drake_py_library(
drake_py_binary(
name = "gen_sphinx",
srcs = [
"gen_sphinx.py",
"build.py",
],
add_test_rule = 1,
data = [
"_static/css/custom.css",
"conf.py",
],
imports = ["."],
main = "gen_sphinx.py",
main = "build.py",
tags = DEFAULT_BINARY_TAGS,
test_rule_args = ["--out_dir=<test>"],
test_rule_size = "medium",
Expand Down
File renamed without changes.

0 comments on commit f34522d

Please sign in to comment.