mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Added a hidden toctree pointing at the index file in the docs to silence a sphinx warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -5,17 +5,22 @@ Django documentation contents | ||||
| ============================= | ||||
|  | ||||
| .. toctree:: | ||||
|    :maxdepth: 2 | ||||
|     :hidden: | ||||
|  | ||||
|    intro/index | ||||
|    topics/index | ||||
|    howto/index | ||||
|    faq/index | ||||
|    ref/index | ||||
|    misc/index | ||||
|    glossary | ||||
|    releases/index | ||||
|    internals/index | ||||
|     index | ||||
|  | ||||
| .. toctree:: | ||||
|     :maxdepth: 2 | ||||
|  | ||||
|     intro/index | ||||
|     topics/index | ||||
|     howto/index | ||||
|     faq/index | ||||
|     ref/index | ||||
|     misc/index | ||||
|     glossary | ||||
|     releases/index | ||||
|     internals/index | ||||
|  | ||||
| Indices, glossary and tables | ||||
| ============================ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user