<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sphinx on Coffee-Driven Development</title><link>https://duijzer.com/tags/sphinx/</link><description>Recent content in Sphinx on Coffee-Driven Development</description><generator>Hugo</generator><language>en-US</language><copyright>© {currentYear}, Jacob Duijzer. All rights reserved</copyright><lastBuildDate>Tue, 05 Oct 2021 13:00:00 +0200</lastBuildDate><atom:link href="https://duijzer.com/tags/sphinx/index.xml" rel="self" type="application/rss+xml"/><item><title>Using an Azure Web App to host multiple static html sites</title><link>https://duijzer.com/posts/hosting-multiple-static-sites-in-azure/</link><pubDate>Tue, 05 Oct 2021 13:00:00 +0200</pubDate><guid>https://duijzer.com/posts/hosting-multiple-static-sites-in-azure/</guid><description>&lt;p&gt;There are a lot of static site generators around and I have been using quite a bunch of them. While I used most of them for this (personal) blog, I have also used some for professional purposes like documenting software and for team and company-wide documentation. Especially &lt;a href="https://www.sphinx-doc.org"&gt;Sphinx&lt;/a&gt; has proven itself to be quite useful.&lt;/p&gt;
&lt;p&gt;I want to create an environment with the following requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hosting in an Azure Web App&lt;/li&gt;
&lt;li&gt;Protected by Azure Active Directory&lt;/li&gt;
&lt;li&gt;Every project has it&amp;rsquo;s own documentation (no merge conflicts between teams)&lt;/li&gt;
&lt;li&gt;Use &lt;a href="https://www.sphinx-doc.org"&gt;Sphinx&lt;/a&gt; but using other generators is possible&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this post I will show how to create a documentation platform which implements the requirements above with only a few lines of code.&lt;/p&gt;</description></item></channel></rss>