Define redirect for renamed article

This commit is contained in:
Felicity Chapman
2024-08-21 10:16:30 +01:00
parent 8b4e060934
commit 88cd77e459
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.. _analyzing-data-flow-in-cpp-new:
Analyzing data flow in C and C++
================================
This article has moved to a new location: https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-cpp/.

View File

@@ -67,7 +67,7 @@ def setup(sphinx):
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
language = None
language = 'en'
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False