summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-03 10:38:21 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-11-03 17:25:58 +0000
commit4ba789cd40dfca5de9569dc34db2c4b0252437fc (patch)
treef3c08391f5e9dc0826046b38baeed5831ce8fac6 /doc
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
downloadgitlab-ce-4ba789cd40dfca5de9569dc34db2c4b0252437fc.tar.gz
Remove unused `gitlab:generate_docs` Rake taskrs-remove-sdoc
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
Diffstat (limited to 'doc')
-rw-r--r--doc/development/rake_tasks.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index a7175f3f87e..827db7e99b8 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -42,14 +42,6 @@ To run several tests inside one directory:
If you want to use [Spring](https://github.com/rails/spring) set
`ENABLE_SPRING=1` in your environment.
-## Generate searchable docs for source code
-
-You can find results under the `doc/code` directory.
-
-```
-bundle exec rake gitlab:generate_docs
-```
-
## Generate API documentation for project services (e.g. Slack)
```