mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-11-04 18:08:01 +03:00 
			
		
		
		
	Update docs/requirements.txt (#1410)
* change Sphinx version from 1.5.3 to 7.0.0 * change sphinx-autobuild version from 0.7.1 to 2021.3.14 * add pygments-graphql-lexer to docs/requirements.txt
This commit is contained in:
		
							parent
							
								
									388ca41d64
								
							
						
					
					
						commit
						a6596273cf
					
				| 
						 | 
					@ -78,7 +78,7 @@ release = "1.0.dev"
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This is also used if you do content translation via gettext catalogs.
 | 
					# This is also used if you do content translation via gettext catalogs.
 | 
				
			||||||
# Usually you set "language" from the command line for these cases.
 | 
					# Usually you set "language" from the command line for these cases.
 | 
				
			||||||
language = None
 | 
					# language = None
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# There are two options for replacing |today|: either, you set today to some
 | 
					# There are two options for replacing |today|: either, you set today to some
 | 
				
			||||||
# non-false value, then it is used:
 | 
					# non-false value, then it is used:
 | 
				
			||||||
| 
						 | 
					@ -445,4 +445,7 @@ epub_exclude_files = ["search.html"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Example configuration for intersphinx: refer to the Python standard library.
 | 
					# Example configuration for intersphinx: refer to the Python standard library.
 | 
				
			||||||
intersphinx_mapping = {"https://docs.python.org/": None}
 | 
					intersphinx_mapping = {
 | 
				
			||||||
 | 
					    # "https://docs.python.org/": None,
 | 
				
			||||||
 | 
					    "python": ("https://docs.python.org/", None),
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
Sphinx==1.5.3
 | 
					Sphinx==7.0.0
 | 
				
			||||||
sphinx-autobuild==0.7.1
 | 
					sphinx-autobuild==2021.3.14
 | 
				
			||||||
 | 
					pygments-graphql-lexer==0.1.0
 | 
				
			||||||
# Docs template
 | 
					# Docs template
 | 
				
			||||||
http://graphene-python.org/sphinx_graphene_theme.zip
 | 
					http://graphene-python.org/sphinx_graphene_theme.zip
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -224,7 +224,7 @@ Default: ``/graphql``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``GRAPHIQL_SHOULD_PERSIST_HEADERS``
 | 
					``GRAPHIQL_SHOULD_PERSIST_HEADERS``
 | 
				
			||||||
---------------------
 | 
					-----------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Set to ``True`` if you want to persist GraphiQL headers after refreshing the page.
 | 
					Set to ``True`` if you want to persist GraphiQL headers after refreshing the page.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user