mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Adds a dependency on "sphinx_design" for the docs system. Allows supporting tabs inside the developer documentatoin. This is a preparation commit for later refactoring of the OS-specific setup documentation.
		
			
				
	
	
		
			17 lines
		
	
	
		
			446 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			446 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
 | 
						|
sphinx-design
 | 
						|
 | 
						|
# Needed to build Markdown docs
 | 
						|
MyST-Parser
 |