mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	- recommonmark: 0.5.0 -> 0.6.0 - Fixed build TypeError: sequence item 1: expected str instance, NoneType found caused by recommonmark/parser.py erroring on a newline character. - Removed deprecated code in conf.py that was causing warning messages - Updated conf.py according to instructions for Sphinx-1.4 or newer https://github.com/readthedocs/recommonmark/blob/master/README.md#getting-started https://www.sphinx-doc.org/en/master/usage/markdown.html This commit is also relevant to PR #13232.
		
			
				
	
	
		
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This is used by ReadTheDocs to install dependencies, so it's
 | 
						|
# valuable to keep this file as just the dependencies for our
 | 
						|
# documentation.
 | 
						|
 | 
						|
# After editing this file, you MUST afterward run
 | 
						|
# /tools/update-locked-requirements to update requirements/dev.txt
 | 
						|
# and requirements/docs.txt.
 | 
						|
# See requirements/README.md for more detail.
 | 
						|
 | 
						|
# Needed to build RTD docs
 | 
						|
sphinx
 | 
						|
sphinx-rtd-theme
 | 
						|
 | 
						|
# Needed to build markdown docs
 | 
						|
recommonmark
 |