|
5 | 5 | {% trans "Add a configuration file to your project" %}
|
6 | 6 | {% endblock project_add_subheader %}
|
7 | 7 |
|
8 |
| -{% block project_add_content_classes %}ui fourteen wide tablet twelve wide computer column{% endblock %} |
| 8 | +{% block project_add_content_classes %} |
| 9 | + ui fourteen wide tablet twelve wide computer column |
| 10 | +{% endblock project_add_content_classes %} |
9 | 11 |
|
10 | 12 | {% block project_add_content_form %}
|
11 | 13 | <div class="ui small info message">
|
12 | 14 | {% blocktrans trimmed %}
|
13 |
| - Save and commit the following example configuration to your repository root as <code>.readthedocs.yaml</code>. |
| 15 | + A <strong><code>.readthedocs.yaml</code> file is required at the root of your repository</strong> to build your project's documentation. |
| 16 | + You can pick an example for your documentation tool as a starting point below, |
| 17 | + and save and commit it to your repository. |
14 | 18 | {% endblocktrans %}
|
15 | 19 | </div>
|
16 | 20 |
|
|
27 | 31 | <div class="item" data-tab="jekyll">Jekyll</div>
|
28 | 32 | <div class="item" data-tab="others">{% trans "Others" %}</div>
|
29 | 33 | {# The `actionable` class here prevents the select from selecting the text #}
|
30 |
| - <a class="actionable item" href="https://docs.readthedocs.io/page/config-file/index.html#getting-started-with-a-template" target="_blank"> |
31 |
| - {% trans "See more examples" %} |
32 |
| - </a> |
| 34 | + <a class="actionable item" |
| 35 | + href="https://docs.readthedocs.io/page/config-file/index.html#getting-started-with-a-template" |
| 36 | + target="_blank">{% trans "See more examples" %}</a> |
33 | 37 | </div>
|
34 | 38 | </div>
|
35 | 39 | </div>
|
|
39 | 43 | <div class="ui top attached label">
|
40 | 44 | <code>.readthedocs.yaml</code>
|
41 | 45 | </div>
|
42 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-sphinx"> |
| 46 | + <a class="ui top right attached icon label" |
| 47 | + href="#" |
| 48 | + data-clipboard-target="#project-create-sample-sphinx"> |
43 | 49 | <i class="fas fa-copy icon"></i>
|
44 | 50 | </a>
|
45 | 51 | <code class="highlight">
|
|
76 | 82 | <div class="ui top attached label">
|
77 | 83 | <code>.readthedocs.yaml</code>
|
78 | 84 | </div>
|
79 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-mkdocs"> |
| 85 | + <a class="ui top right attached icon label" |
| 86 | + href="#" |
| 87 | + data-clipboard-target="#project-create-sample-mkdocs"> |
80 | 88 | <i class="fas fa-copy icon"></i>
|
81 | 89 | </a>
|
82 | 90 | <code class="highlight">
|
|
113 | 121 | <div class="ui top attached label">
|
114 | 122 | <code>.readthedocs.yaml</code>
|
115 | 123 | </div>
|
116 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-docusaurus"> |
| 124 | + <a class="ui top right attached icon label" |
| 125 | + href="#" |
| 126 | + data-clipboard-target="#project-create-sample-docusaurus"> |
117 | 127 | <i class="fas fa-copy icon"></i>
|
118 | 128 | </a>
|
119 | 129 | <code class="highlight">
|
|
148 | 158 | <div class="ui top attached label">
|
149 | 159 | <code>.readthedocs.yaml</code>
|
150 | 160 | </div>
|
151 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-pelican"> |
| 161 | + <a class="ui top right attached icon label" |
| 162 | + href="#" |
| 163 | + data-clipboard-target="#project-create-sample-pelican"> |
152 | 164 | <i class="fas fa-copy icon"></i>
|
153 | 165 | </a>
|
154 | 166 | <code class="highlight">
|
|
180 | 192 | <div class="ui top attached label">
|
181 | 193 | <code>.readthedocs.yaml</code>
|
182 | 194 | </div>
|
183 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-jekyll"> |
| 195 | + <a class="ui top right attached icon label" |
| 196 | + href="#" |
| 197 | + data-clipboard-target="#project-create-sample-jekyll"> |
184 | 198 | <i class="fas fa-copy icon"></i>
|
185 | 199 | </a>
|
186 | 200 | <code class="highlight">
|
|
213 | 227 | <div class="ui top attached label">
|
214 | 228 | <code>.readthedocs.yaml</code>
|
215 | 229 | </div>
|
216 |
| - <a class="ui top right attached icon label" href="#" data-clipboard-target="#project-create-sample-others"> |
| 230 | + <a class="ui top right attached icon label" |
| 231 | + href="#" |
| 232 | + data-clipboard-target="#project-create-sample-others"> |
217 | 233 | <i class="fas fa-copy icon"></i>
|
218 | 234 | </a>
|
219 | 235 | <code class="highlight">
|
|
0 commit comments