소스 검색

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

Removed `docs-test` from Makefile rules list
Sebastiaan van Stijn 10 년 전
부모
커밋
0f49141150
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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: