Browse Source

Merge pull request #15300 from l0rd/test-and-docs-fix

Removed `docs-test` from Makefile rules list
Sebastiaan van Stijn 10 years ago
parent
commit
0f49141150
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docs/project/test-and-docs.md

+ 0 - 4
docs/project/test-and-docs.md

@@ -82,10 +82,6 @@ is simply `test`. The make file contains several targets for testing:
     <td class="monospaced">test-docker-py</td>
     <td>Run the tests for Docker API client.</td>
   </tr>
-  <tr>
-    <td class="monospaced">docs-test</td>
-    <td>Runs the documentation test build.</td>
-  </tr>
 </table>
 
 Run the entire test suite on your current repository: