Skip to content

Commit 00ebc2e

Browse files
committed
Update favicon
1 parent cdcb451 commit 00ebc2e

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: Yes You Can Use GitHub Pages with Python Sphinx
4+
excerpt: "Learn some pro tips to build Python Sphinx developer docs to both GitHub Pages and your local system."
5+
last_modified_at: Sat Apr 20 09:43:00 CDT 2019
6+
categories: articles
7+
tags: [github, git, python, sphinx, documentation, developer, docs]
8+
image:
9+
path: /images/guarded-lightbulb-rob-sinclair.jpg
10+
caption: "[Flickr rob-sinclair](https://flic.kr/p/8J2gDY)"
11+
comments: false
12+
share: true
13+
---
14+
15+
If you prefer to write in ReStructured Text instead of Markdown for your technical documentation, you're in good company. There are quite a few benefits to using Sphinx, Python, RST, and Sphinx extensions because these tools are custom-built with developer documentation in mind.
16+
17+
Another great offering is GitHub Pages, with automatic publishing when a known branch, such as master or gh-pages is updated.
18+
19+
20+
21+
22+
23+
I've been working on a talk titled, "Make an Instant Web Site with Webhooks" for DevNet Create. In it, I show how to publish and host on GitHub Pages, which is built to use Jekyll by default, using Python Sphinx instead.
24+
25+
{% include sign-up.html %}

favicon.ico

256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)