Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove docs from navigation2 repo #1657

Merged
merged 1 commit into from
Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 0 additions & 74 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,33 +276,6 @@ references:
file: lcov/project_coverage.info
flags: project
when: always
setup_doc_dependencies: &setup_doc_dependencies
run:
name: Install Doc Dependencies
command: |
apk --no-cache add python3
python3 -m ensurepip
pip3 install sphinx==1.7.5 docutils==0.14 sphinx_rtd_theme breathe==4.9.1 sphinxcontrib-plantuml
apk --no-cache add make
apk --no-cache add doxygen
apk --no-cache add graphviz
apk --no-cache add ttf-dejavu
apk --no-cache add openjdk8-jre
apk --no-cache add bash git openssh
make_docs: &make_docs
run:
command: |
cd src/navigation2/sphinx_doc
make html
store_docs: &store_docs
store_artifacts:
path: /opt/overlay_ws/src/navigation2/sphinx_doc/_build/html
destination: html
publish_docs: &publish_docs
run:
command: |
cd src/navigation2/sphinx_doc
make publish
install_deployment_key: &install_deployment_key
add_ssh_keys:
fingerprints:
Expand Down Expand Up @@ -349,19 +322,6 @@ commands:
steps:
- *collect_overlay_coverage
- *upload_overlay_coverage
install_doc_dependencies:
description: "Install documentation dependencies"
steps:
- *setup_doc_dependencies
build_docs:
description: "Build docs"
steps:
- *make_docs
- *store_docs
publish_docs_to_gh_pages_branch:
description: "Commit newly built docs to gh-pages branch"
steps:
- *publish_docs

executors:
debug_exec:
Expand All @@ -382,12 +342,6 @@ executors:
CACHE_NONCE: "Release"
OVERLAY_MIXINS: "release ccache"
UNDERLAY_MIXINS: "release ccache"
docs_exec:
docker:
- image: alpine:latest
working_directory: /opt/overlay_ws
environment:
<<: *common_environment

jobs:
debug_build: &debug_build
Expand Down Expand Up @@ -424,25 +378,6 @@ jobs:
<<: *release_test
environment:
RMW_IMPLEMENTATION: "rmw_fastrtps_cpp"
docs_build:
executor: docs_exec
steps:
- install_doc_dependencies
- *on_checkout
- build_docs
- persist_to_workspace:
root: src/navigation2
paths:
- sphinx_doc
docs_publish:
executor: docs_exec
steps:
- install_doc_dependencies
- *on_checkout
- *install_deployment_key
- attach_workspace:
at: src/navigation2
- publish_docs_to_gh_pages_branch

workflows:
version: 2
Expand All @@ -456,15 +391,6 @@ workflows:
- release_test:
requires:
- release_build
build_and_publish_docs:
jobs:
- docs_build
- docs_publish:
requires:
- docs_build
filters:
branches:
only: master
nightly:
jobs:
- debug_build
Expand Down
1 change: 0 additions & 1 deletion sphinx_doc/LICENSE

This file was deleted.

64 changes: 0 additions & 64 deletions sphinx_doc/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions sphinx_doc/README.md

This file was deleted.

1 change: 0 additions & 1 deletion sphinx_doc/_themes/otc_tcs_sphinx_theme/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions sphinx_doc/_themes/otc_tcs_sphinx_theme/layout.html

This file was deleted.

23 changes: 0 additions & 23 deletions sphinx_doc/_themes/otc_tcs_sphinx_theme/readme.rst

This file was deleted.

172 changes: 0 additions & 172 deletions sphinx_doc/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css

This file was deleted.

Loading