Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5e3ee commit 1df513fCopy full SHA for 1df513f
.circleci/config.yml
@@ -94,6 +94,10 @@ jobs:
94
- store_artifacts:
95
path: doc/build/html
96
97
+ - run:
98
+ name: "Built documentation is available at:"
99
+ command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
100
+
101
docs-python27:
102
docker:
103
- image: circleci/python:2.7
@@ -127,6 +131,10 @@ jobs:
127
131
128
132
129
133
134
135
136
137
130
138
139
#########################################
140
# Defining workflows gets us parallelism.
0 commit comments