Skip to content

Commit c99d2b4

Browse files
authored
sphinxdoc: move tests and docs to module-root directory (#3690)
This is so the file layout has the more idiomatic top-level "docs" and "tests" directories.
1 parent 8c6f9d8 commit c99d2b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+63
-31
lines changed

docs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sphinx_docs(
7373
":bzl_api_docs",
7474
":py_api_srcs",
7575
":py_runtime_pair",
76-
"@sphinxdocs//sphinxdocs/docs:docs_lib",
76+
"@sphinxdocs//docs:docs_lib",
7777
],
7878
)
7979

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
common --deleted_packages=sphinxdocs/integration_tests/bcr
1+
common --deleted_packages=integration_tests/bcr

sphinxdocs/sphinxdocs/docs/api/sphinxdocs/inventories/index.md renamed to sphinxdocs/docs/api/sphinxdocs/inventories/index.md

0 commit comments

Comments
 (0)