Skip to content

Commit 662371b

Browse files
committed
patch rss location
1 parent 66ee99a commit 662371b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.ci_scripts/update_docs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ popd
3434
# Build docusaurus site
3535
npm install
3636
npm run build
37+
38+
# Serve the announcements RSS feed in this old location too
39+
# we can't redirect with the Docusaurus plugin, so just copy it
40+
cp build/news/rss.xml build/docs/news.rss

docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ const config = {
192192
from: "/docs/user/announcements.html",
193193
to: "/news/",
194194
},
195-
{
196-
from: "/docs/news.rss",
197-
to: "/news/rss.xml",
198-
},
199195
],
200196
},
201197
],

sphinx/src/orga/getting-in-touch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Staying Up-to-date
6363
There are several sources that have the latest conda-forge information.
6464

6565
* `Blog <https://conda-forge.org/blog>`__: We blog about big feature enhancements and other items. Our blog has an Atom `feed <https://conda-forge.org/blog/atom.xml>`__.
66-
* `News <https://conda-forge.org/news>`__: Our news page has periodic notices about technical changes to our infrastructure. It is also served as an RSS `feed <https://conda-forge.org/docs/news.rss>`__.
66+
* `News <https://conda-forge.org/news>`__: Our news page has periodic notices about technical changes to our infrastructure. It is also served as an RSS `feed <https://conda-forge.org/news/rss.xml>`__.

0 commit comments

Comments
 (0)